pub struct Specifications(/* private fields */);Expand description
A container for specifications.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Specifications
impl RefUnwindSafe for Specifications
impl Send for Specifications
impl Sync for Specifications
impl Unpin for Specifications
impl UnwindSafe for Specifications
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