pub struct AddUidOptions { /* private fields */ }Expand description
Options for Key::add_uid.
Implementations§
Trait Implementations§
Source§impl Default for AddUidOptions
impl Default for AddUidOptions
Source§fn default() -> AddUidOptions
fn default() -> AddUidOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddUidOptions
impl RefUnwindSafe for AddUidOptions
impl Send for AddUidOptions
impl Sync for AddUidOptions
impl Unpin for AddUidOptions
impl UnsafeUnpin for AddUidOptions
impl UnwindSafe for AddUidOptions
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