pub struct EndRow;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndRow
impl RefUnwindSafe for EndRow
impl Send for EndRow
impl Sync for EndRow
impl Unpin for EndRow
impl UnwindSafe for EndRow
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