pub struct AddSpec;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddSpec
impl RefUnwindSafe for AddSpec
impl Send for AddSpec
impl Sync for AddSpec
impl Unpin for AddSpec
impl UnwindSafe for AddSpec
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