pub enum LevelPattern {
Star,
Specific(Level),
}Variants§
Trait Implementations§
Source§impl Clone for LevelPattern
impl Clone for LevelPattern
Source§fn clone(&self) -> LevelPattern
fn clone(&self) -> LevelPattern
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LevelPattern
impl RefUnwindSafe for LevelPattern
impl Send for LevelPattern
impl Sync for LevelPattern
impl Unpin for LevelPattern
impl UnsafeUnpin for LevelPattern
impl UnwindSafe for LevelPattern
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