pub struct RegisterOpts {
pub make_default: bool,
}Fields§
§make_default: boolAuto Trait Implementations§
impl Freeze for RegisterOpts
impl RefUnwindSafe for RegisterOpts
impl Send for RegisterOpts
impl Sync for RegisterOpts
impl Unpin for RegisterOpts
impl UnwindSafe for RegisterOpts
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