pub struct DisableBuilder;Implementations§
Trait Implementations§
Source§impl Clone for DisableBuilder
impl Clone for DisableBuilder
Source§fn clone(&self) -> DisableBuilder
fn clone(&self) -> DisableBuilder
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 DisableBuilder
impl Debug for DisableBuilder
Source§impl Default for DisableBuilder
impl Default for DisableBuilder
Source§fn default() -> DisableBuilder
fn default() -> DisableBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DisableBuilder
impl RefUnwindSafe for DisableBuilder
impl Send for DisableBuilder
impl Sync for DisableBuilder
impl Unpin for DisableBuilder
impl UnsafeUnpin for DisableBuilder
impl UnwindSafe for DisableBuilder
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