pub enum Bookmarks {
Include,
Exclude,
}Expand description
Item appearance in bookmarks.
Variants§
Trait Implementations§
impl StructuralPartialEq for Bookmarks
Auto Trait Implementations§
impl Freeze for Bookmarks
impl RefUnwindSafe for Bookmarks
impl Send for Bookmarks
impl Sync for Bookmarks
impl Unpin for Bookmarks
impl UnwindSafe for Bookmarks
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