pub enum MarkState {
Read,
Unread,
}Variants§
Trait Implementations§
impl Eq for MarkState
impl StructuralPartialEq for MarkState
Auto Trait Implementations§
impl Freeze for MarkState
impl RefUnwindSafe for MarkState
impl Send for MarkState
impl Sync for MarkState
impl Unpin for MarkState
impl UnsafeUnpin for MarkState
impl UnwindSafe for MarkState
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