pub struct Flipped;
Expand description
Token for a flipped
display.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flipped
impl RefUnwindSafe for Flipped
impl Send for Flipped
impl Sync for Flipped
impl Unpin for Flipped
impl UnwindSafe for Flipped
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