pub enum ListLevel {
Default,
User,
System,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListLevel
impl RefUnwindSafe for ListLevel
impl Send for ListLevel
impl Sync for ListLevel
impl Unpin for ListLevel
impl UnwindSafe for ListLevel
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