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