pub struct S;
Available on crate features
unstable
and views
and default_ui
only.Expand description
Small variant
Auto Trait Implementations§
impl Freeze for S
impl RefUnwindSafe for S
impl Send for S
impl Sync for S
impl Unpin for S
impl UnwindSafe for S
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