pub enum CnicStructure {
Root,
Undefined,
Soma,
Axon,
BasalDendrite,
ApicalDendrite,
ForkPoint,
EndPoint,
Custom,
}
Variants§
Trait Implementations§
Source§impl Clone for CnicStructure
impl Clone for CnicStructure
Source§fn clone(&self) -> CnicStructure
fn clone(&self) -> CnicStructure
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CnicStructure
impl Debug for CnicStructure
Source§impl From<CnicStructure> for isize
impl From<CnicStructure> for isize
Source§fn from(val: CnicStructure) -> Self
fn from(val: CnicStructure) -> Self
Converts to this type from the input type.
Source§impl StructureIdentifier for CnicStructure
impl StructureIdentifier for CnicStructure
Source§impl TryFrom<isize> for CnicStructure
impl TryFrom<isize> for CnicStructure
impl Copy for CnicStructure
Auto Trait Implementations§
impl Freeze for CnicStructure
impl RefUnwindSafe for CnicStructure
impl Send for CnicStructure
impl Sync for CnicStructure
impl Unpin for CnicStructure
impl UnwindSafe for CnicStructure
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