#[repr(C)]pub struct specification { /* private fields */ }
Trait Implementations§
Source§impl ExternType for specification
impl ExternType for specification
impl UniquePtrTarget for specification
Auto Trait Implementations§
impl !Freeze for specification
impl RefUnwindSafe for specification
impl !Send for specification
impl !Sync for specification
impl !Unpin for specification
impl UnwindSafe for specification
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