pub enum LClusterType {
Plain,
Head1,
NonHead,
Head2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LClusterType
impl Clone for LClusterType
Source§fn clone(&self) -> LClusterType
fn clone(&self) -> LClusterType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LClusterType
Source§impl Debug for LClusterType
impl Debug for LClusterType
impl Eq for LClusterType
Source§impl PartialEq for LClusterType
impl PartialEq for LClusterType
impl StructuralPartialEq for LClusterType
Auto Trait Implementations§
impl Freeze for LClusterType
impl RefUnwindSafe for LClusterType
impl Send for LClusterType
impl Sync for LClusterType
impl Unpin for LClusterType
impl UnsafeUnpin for LClusterType
impl UnwindSafe for LClusterType
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