pub struct Right(pub i32);
Expand description
A type that when Display
ed, moves the cursor right by the specified amount.
This is identical to a Relative(val, 0)
.
Tuple Fields§
§0: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Right
impl RefUnwindSafe for Right
impl Send for Right
impl Sync for Right
impl Unpin for Right
impl UnwindSafe for Right
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