pub enum PrefixSet {
All,
Common,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for PrefixSet
impl Eq for PrefixSet
impl StructuralPartialEq for PrefixSet
Auto Trait Implementations§
impl Freeze for PrefixSet
impl RefUnwindSafe for PrefixSet
impl Send for PrefixSet
impl Sync for PrefixSet
impl Unpin for PrefixSet
impl UnwindSafe for PrefixSet
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