pub struct UnregisterBuilder { /* private fields */ }Expand description
Builder for Unregister.
Implementations§
Source§impl UnregisterBuilder
impl UnregisterBuilder
pub fn scope_url<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(&self) -> Result<Unregister, UnregisterBuilderError>
pub fn build(&self) -> Result<Unregister, UnregisterBuilderError>
Trait Implementations§
Source§impl Clone for UnregisterBuilder
impl Clone for UnregisterBuilder
Source§fn clone(&self) -> UnregisterBuilder
fn clone(&self) -> UnregisterBuilder
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 UnregisterBuilder
impl RefUnwindSafe for UnregisterBuilder
impl Send for UnregisterBuilder
impl Sync for UnregisterBuilder
impl Unpin for UnregisterBuilder
impl UnsafeUnpin for UnregisterBuilder
impl UnwindSafe for UnregisterBuilder
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