pub struct SetRphRegistrationModeBuilder { /* private fields */ }Implementations§
Source§impl SetRphRegistrationModeBuilder
impl SetRphRegistrationModeBuilder
pub fn mode(self, mode: impl Into<SetRphRegistrationModeMode>) -> Self
pub fn build(self) -> Result<SetRphRegistrationMode, String>
Trait Implementations§
Source§impl Clone for SetRphRegistrationModeBuilder
impl Clone for SetRphRegistrationModeBuilder
Source§fn clone(&self) -> SetRphRegistrationModeBuilder
fn clone(&self) -> SetRphRegistrationModeBuilder
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 SetRphRegistrationModeBuilder
impl Default for SetRphRegistrationModeBuilder
Source§fn default() -> SetRphRegistrationModeBuilder
fn default() -> SetRphRegistrationModeBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetRphRegistrationModeBuilder
impl RefUnwindSafe for SetRphRegistrationModeBuilder
impl Send for SetRphRegistrationModeBuilder
impl Sync for SetRphRegistrationModeBuilder
impl Unpin for SetRphRegistrationModeBuilder
impl UnsafeUnpin for SetRphRegistrationModeBuilder
impl UnwindSafe for SetRphRegistrationModeBuilder
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