pub enum ExtendedGraphletType {
FourClique,
ChordalCycleCenter,
ChordalCycleEdge,
TailedTriEdge,
TailedTriCenter,
TailedTriTail,
FourCycle,
FourStar,
FourPathCenter,
FourPathEdge,
Triangle,
Triad,
}
Variants§
FourClique
ChordalCycleCenter
ChordalCycleEdge
TailedTriEdge
TailedTriCenter
TailedTriTail
FourCycle
FourStar
FourPathCenter
FourPathEdge
Triangle
Triad
Trait Implementations§
Source§impl From<&ExtendedGraphletType> for &str
impl From<&ExtendedGraphletType> for &str
Source§fn from(value: &ExtendedGraphletType) -> Self
fn from(value: &ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<ExtendedGraphletType> for u128
impl From<ExtendedGraphletType> for u128
Source§fn from(value: ExtendedGraphletType) -> Self
fn from(value: ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<ExtendedGraphletType> for u16
impl From<ExtendedGraphletType> for u16
Source§fn from(value: ExtendedGraphletType) -> Self
fn from(value: ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<ExtendedGraphletType> for u32
impl From<ExtendedGraphletType> for u32
Source§fn from(value: ExtendedGraphletType) -> Self
fn from(value: ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<ExtendedGraphletType> for u64
impl From<ExtendedGraphletType> for u64
Source§fn from(value: ExtendedGraphletType) -> Self
fn from(value: ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<ExtendedGraphletType> for u8
impl From<ExtendedGraphletType> for u8
Source§fn from(value: ExtendedGraphletType) -> Self
fn from(value: ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<ExtendedGraphletType> for usize
impl From<ExtendedGraphletType> for usize
Source§fn from(value: ExtendedGraphletType) -> Self
fn from(value: ExtendedGraphletType) -> Self
Converts to this type from the input type.
Source§impl From<u128> for ExtendedGraphletType
impl From<u128> for ExtendedGraphletType
Source§impl From<u16> for ExtendedGraphletType
impl From<u16> for ExtendedGraphletType
Source§impl From<u32> for ExtendedGraphletType
impl From<u32> for ExtendedGraphletType
Source§impl From<u64> for ExtendedGraphletType
impl From<u64> for ExtendedGraphletType
Source§impl From<u8> for ExtendedGraphletType
impl From<u8> for ExtendedGraphletType
Source§impl From<usize> for ExtendedGraphletType
impl From<usize> for ExtendedGraphletType
Source§impl GraphletSet<u128> for ExtendedGraphletType
impl GraphletSet<u128> for ExtendedGraphletType
Source§fn get_number_of_graphlets() -> u128
fn get_number_of_graphlets() -> u128
Returns the number of graphlets of the current type.
Source§impl GraphletSet<u16> for ExtendedGraphletType
impl GraphletSet<u16> for ExtendedGraphletType
Source§fn get_number_of_graphlets() -> u16
fn get_number_of_graphlets() -> u16
Returns the number of graphlets of the current type.
Source§impl GraphletSet<u32> for ExtendedGraphletType
impl GraphletSet<u32> for ExtendedGraphletType
Source§fn get_number_of_graphlets() -> u32
fn get_number_of_graphlets() -> u32
Returns the number of graphlets of the current type.
Source§impl GraphletSet<u64> for ExtendedGraphletType
impl GraphletSet<u64> for ExtendedGraphletType
Source§fn get_number_of_graphlets() -> u64
fn get_number_of_graphlets() -> u64
Returns the number of graphlets of the current type.
Source§impl GraphletSet<u8> for ExtendedGraphletType
impl GraphletSet<u8> for ExtendedGraphletType
Source§fn get_number_of_graphlets() -> u8
fn get_number_of_graphlets() -> u8
Returns the number of graphlets of the current type.
Source§impl GraphletSet<usize> for ExtendedGraphletType
impl GraphletSet<usize> for ExtendedGraphletType
Source§fn get_number_of_graphlets() -> usize
fn get_number_of_graphlets() -> usize
Returns the number of graphlets of the current type.
Auto Trait Implementations§
impl Freeze for ExtendedGraphletType
impl RefUnwindSafe for ExtendedGraphletType
impl Send for ExtendedGraphletType
impl Sync for ExtendedGraphletType
impl Unpin for ExtendedGraphletType
impl UnwindSafe for ExtendedGraphletType
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