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