pub struct SetAutomaticPresenceSimulationReturnObject {}Trait Implementations§
Source§impl Clone for SetAutomaticPresenceSimulationReturnObject
impl Clone for SetAutomaticPresenceSimulationReturnObject
Source§fn clone(&self) -> SetAutomaticPresenceSimulationReturnObject
fn clone(&self) -> SetAutomaticPresenceSimulationReturnObject
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<'de> Deserialize<'de> for SetAutomaticPresenceSimulationReturnObject
impl<'de> Deserialize<'de> for SetAutomaticPresenceSimulationReturnObject
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 SetAutomaticPresenceSimulationReturnObject
impl PartialEq for SetAutomaticPresenceSimulationReturnObject
Source§fn eq(&self, other: &SetAutomaticPresenceSimulationReturnObject) -> bool
fn eq(&self, other: &SetAutomaticPresenceSimulationReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetAutomaticPresenceSimulationReturnObject
Auto Trait Implementations§
impl Freeze for SetAutomaticPresenceSimulationReturnObject
impl RefUnwindSafe for SetAutomaticPresenceSimulationReturnObject
impl Send for SetAutomaticPresenceSimulationReturnObject
impl Sync for SetAutomaticPresenceSimulationReturnObject
impl Unpin for SetAutomaticPresenceSimulationReturnObject
impl UnwindSafe for SetAutomaticPresenceSimulationReturnObject
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