pub enum LASTW {
NOTLAST,
LAST,
}
Expand description
Values that can be written to the field LAST
Variants§
Auto Trait Implementations§
impl Freeze for LASTW
impl RefUnwindSafe for LASTW
impl Send for LASTW
impl Sync for LASTW
impl Unpin for LASTW
impl UnwindSafe for LASTW
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