pub enum packmode {
node,
clust,
graph,
array,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for packmode
Auto Trait Implementations§
impl Freeze for packmode
impl RefUnwindSafe for packmode
impl Send for packmode
impl Sync for packmode
impl Unpin for packmode
impl UnwindSafe for packmode
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