pub struct SetTimeDomainResult {}Trait Implementations§
Source§impl Clone for SetTimeDomainResult
impl Clone for SetTimeDomainResult
Source§fn clone(&self) -> SetTimeDomainResult
fn clone(&self) -> SetTimeDomainResult
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 Debug for SetTimeDomainResult
impl Debug for SetTimeDomainResult
Source§impl Default for SetTimeDomainResult
impl Default for SetTimeDomainResult
Source§fn default() -> SetTimeDomainResult
fn default() -> SetTimeDomainResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetTimeDomainResult
impl<'de> Deserialize<'de> for SetTimeDomainResult
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 SetTimeDomainResult
impl PartialEq for SetTimeDomainResult
Source§impl Serialize for SetTimeDomainResult
impl Serialize for SetTimeDomainResult
Source§impl TryFrom<Value> for SetTimeDomainResult
impl TryFrom<Value> for SetTimeDomainResult
impl StructuralPartialEq for SetTimeDomainResult
Auto Trait Implementations§
impl Freeze for SetTimeDomainResult
impl RefUnwindSafe for SetTimeDomainResult
impl Send for SetTimeDomainResult
impl Sync for SetTimeDomainResult
impl Unpin for SetTimeDomainResult
impl UnsafeUnpin for SetTimeDomainResult
impl UnwindSafe for SetTimeDomainResult
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