pub struct MidRow { /* private fields */ }Expand description
A mid-row change command
Implementations§
Trait Implementations§
Source§impl Ord for MidRow
impl Ord for MidRow
Source§impl PartialOrd for MidRow
impl PartialOrd for MidRow
impl Copy for MidRow
impl Eq 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 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