pub struct LogExplorerInsightsResponseLinks {
pub _links: Option<Box<LogExplorerInsightsResponseLinksLinks>>,
}Fields§
§_links: Option<Box<LogExplorerInsightsResponseLinksLinks>>Implementations§
Trait Implementations§
Source§impl Clone for LogExplorerInsightsResponseLinks
impl Clone for LogExplorerInsightsResponseLinks
Source§fn clone(&self) -> LogExplorerInsightsResponseLinks
fn clone(&self) -> LogExplorerInsightsResponseLinks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LogExplorerInsightsResponseLinks
impl Default for LogExplorerInsightsResponseLinks
Source§fn default() -> LogExplorerInsightsResponseLinks
fn default() -> LogExplorerInsightsResponseLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogExplorerInsightsResponseLinks
impl<'de> Deserialize<'de> for LogExplorerInsightsResponseLinks
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LogExplorerInsightsResponseLinks
impl PartialEq for LogExplorerInsightsResponseLinks
Source§fn eq(&self, other: &LogExplorerInsightsResponseLinks) -> bool
fn eq(&self, other: &LogExplorerInsightsResponseLinks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LogExplorerInsightsResponseLinks
Auto Trait Implementations§
impl Freeze for LogExplorerInsightsResponseLinks
impl RefUnwindSafe for LogExplorerInsightsResponseLinks
impl Send for LogExplorerInsightsResponseLinks
impl Sync for LogExplorerInsightsResponseLinks
impl Unpin for LogExplorerInsightsResponseLinks
impl UnwindSafe for LogExplorerInsightsResponseLinks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more