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