pub enum PkgUnit {
Namespace,
Collection,
Module,
None,
}Variants§
Trait Implementations§
impl Eq for PkgUnit
impl StructuralPartialEq for PkgUnit
Auto Trait Implementations§
impl Freeze for PkgUnit
impl RefUnwindSafe for PkgUnit
impl Send for PkgUnit
impl Sync for PkgUnit
impl Unpin for PkgUnit
impl UnwindSafe for PkgUnit
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