#[repr(u8)]pub enum GedWalkGreedyStrategy {
Lazy = 0,
Stochastic = 1,
}Variants§
Trait Implementations§
Source§impl Clone for GedWalkGreedyStrategy
impl Clone for GedWalkGreedyStrategy
Source§fn clone(&self) -> GedWalkGreedyStrategy
fn clone(&self) -> GedWalkGreedyStrategy
Returns a copy 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 Default for GedWalkGreedyStrategy
impl Default for GedWalkGreedyStrategy
Source§fn default() -> GedWalkGreedyStrategy
fn default() -> GedWalkGreedyStrategy
Returns the “default value” for a type. Read more
impl Copy for GedWalkGreedyStrategy
Auto Trait Implementations§
impl Freeze for GedWalkGreedyStrategy
impl RefUnwindSafe for GedWalkGreedyStrategy
impl Send for GedWalkGreedyStrategy
impl Sync for GedWalkGreedyStrategy
impl Unpin for GedWalkGreedyStrategy
impl UnwindSafe for GedWalkGreedyStrategy
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