pub enum SepKind {
Major,
Minor,
}Variants§
Trait Implementations§
impl Eq for SepKind
impl StructuralPartialEq for SepKind
Auto Trait Implementations§
impl Freeze for SepKind
impl RefUnwindSafe for SepKind
impl Send for SepKind
impl Sync for SepKind
impl Unpin for SepKind
impl UnsafeUnpin for SepKind
impl UnwindSafe for SepKind
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