pub struct LogExplorerInsightsResponseService {
pub service: Option<Box<BotManagementResponseServiceService>>,
}
Fields§
§service: Option<Box<BotManagementResponseServiceService>>
Implementations§
Trait Implementations§
Source§impl Clone for LogExplorerInsightsResponseService
impl Clone for LogExplorerInsightsResponseService
Source§fn clone(&self) -> LogExplorerInsightsResponseService
fn clone(&self) -> LogExplorerInsightsResponseService
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 LogExplorerInsightsResponseService
impl Default for LogExplorerInsightsResponseService
Source§fn default() -> LogExplorerInsightsResponseService
fn default() -> LogExplorerInsightsResponseService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogExplorerInsightsResponseService
impl<'de> Deserialize<'de> for LogExplorerInsightsResponseService
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 LogExplorerInsightsResponseService
impl PartialEq for LogExplorerInsightsResponseService
Source§fn eq(&self, other: &LogExplorerInsightsResponseService) -> bool
fn eq(&self, other: &LogExplorerInsightsResponseService) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for LogExplorerInsightsResponseService
Auto Trait Implementations§
impl Freeze for LogExplorerInsightsResponseService
impl RefUnwindSafe for LogExplorerInsightsResponseService
impl Send for LogExplorerInsightsResponseService
impl Sync for LogExplorerInsightsResponseService
impl Unpin for LogExplorerInsightsResponseService
impl UnwindSafe for LogExplorerInsightsResponseService
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