pub struct MidRow { /* private fields */ }Expand description
A mid-row change command
Implementations§
Trait Implementations§
impl Copy for MidRow
impl Eq for MidRow
Source§impl Ord for MidRow
impl Ord for MidRow
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MidRow
impl PartialOrd for MidRow
impl StructuralPartialEq for MidRow
Auto Trait Implementations§
impl Freeze for MidRow
impl RefUnwindSafe for MidRow
impl Send for MidRow
impl Sync for MidRow
impl Unpin for MidRow
impl UnsafeUnpin for MidRow
impl UnwindSafe for MidRow
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