pub struct TopologicalConfig {
pub decay_factor: f32,
pub max_depth: usize,
}Fields§
§decay_factor: f32§max_depth: usizeTrait Implementations§
Source§impl Clone for TopologicalConfig
impl Clone for TopologicalConfig
Source§fn clone(&self) -> TopologicalConfig
fn clone(&self) -> TopologicalConfig
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 TopologicalConfig
impl Debug for TopologicalConfig
Auto Trait Implementations§
impl Freeze for TopologicalConfig
impl RefUnwindSafe for TopologicalConfig
impl Send for TopologicalConfig
impl Sync for TopologicalConfig
impl Unpin for TopologicalConfig
impl UnsafeUnpin for TopologicalConfig
impl UnwindSafe for TopologicalConfig
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