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