pub struct SetRPHRegistrationModeBuilder { /* private fields */ }Expand description
Builder for SetRPHRegistrationMode.
Implementations§
Source§impl SetRPHRegistrationModeBuilder
impl SetRPHRegistrationModeBuilder
pub fn mode<VALUE: Into<SetRphRegistrationModeModeOption>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SetRPHRegistrationMode, SetRPHRegistrationModeBuilderError>
pub fn build( &self, ) -> Result<SetRPHRegistrationMode, SetRPHRegistrationModeBuilderError>
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 moreAuto 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