pub enum SetAddressesMethod {
SetAddresses,
}Variants§
SetAddresses
Trait Implementations§
Source§impl Clone for SetAddressesMethod
impl Clone for SetAddressesMethod
Source§fn clone(&self) -> SetAddressesMethod
fn clone(&self) -> SetAddressesMethod
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 SetAddressesMethod
impl Debug for SetAddressesMethod
Source§impl<'de> Deserialize<'de> for SetAddressesMethod
impl<'de> Deserialize<'de> for SetAddressesMethod
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 SetAddressesMethod
impl PartialEq for SetAddressesMethod
Source§impl Serialize for SetAddressesMethod
impl Serialize for SetAddressesMethod
impl StructuralPartialEq for SetAddressesMethod
Auto Trait Implementations§
impl Freeze for SetAddressesMethod
impl RefUnwindSafe for SetAddressesMethod
impl Send for SetAddressesMethod
impl Sync for SetAddressesMethod
impl Unpin for SetAddressesMethod
impl UnsafeUnpin for SetAddressesMethod
impl UnwindSafe for SetAddressesMethod
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