pub enum SuffixType {
Exception,
Wildcard,
Normal,
}Variants§
Trait Implementations§
Source§impl Debug for SuffixType
impl Debug for SuffixType
Source§impl PartialEq for SuffixType
impl PartialEq for SuffixType
impl StructuralPartialEq for SuffixType
Auto Trait Implementations§
impl Freeze for SuffixType
impl RefUnwindSafe for SuffixType
impl Send for SuffixType
impl Sync for SuffixType
impl Unpin for SuffixType
impl UnwindSafe for SuffixType
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