pub struct On;
Expand description
A marker struct which is used in Style
.
Trait Implementations§
Source§impl Ord for On
impl Ord for On
Source§impl PartialOrd for On
impl PartialOrd for On
impl Copy for On
impl Eq for On
impl StructuralPartialEq for On
Auto Trait Implementations§
impl Freeze for On
impl RefUnwindSafe for On
impl Send for On
impl Sync for On
impl Unpin for On
impl UnwindSafe for On
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