pub struct CommunityConfig {
pub resolution: f64,
pub min_community_size: usize,
pub seed: Option<u64>,
}Fields§
§resolution: f64§min_community_size: usize§seed: Option<u64>Trait Implementations§
Source§impl Clone for CommunityConfig
impl Clone for CommunityConfig
Source§fn clone(&self) -> CommunityConfig
fn clone(&self) -> CommunityConfig
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 CommunityConfig
impl Debug for CommunityConfig
Auto Trait Implementations§
impl Freeze for CommunityConfig
impl RefUnwindSafe for CommunityConfig
impl Send for CommunityConfig
impl Sync for CommunityConfig
impl Unpin for CommunityConfig
impl UnsafeUnpin for CommunityConfig
impl UnwindSafe for CommunityConfig
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