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