pub struct CommunityOverride {
pub resolution: Option<f64>,
pub seed: Option<u32>,
}Expand description
Community detection override.
Fields§
§resolution: Option<f64>§seed: Option<u32>Trait Implementations§
Source§impl Clone for CommunityOverride
impl Clone for CommunityOverride
Source§fn clone(&self) -> CommunityOverride
fn clone(&self) -> CommunityOverride
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommunityOverride
impl Debug for CommunityOverride
Source§impl<'de> Deserialize<'de> for CommunityOverride
impl<'de> Deserialize<'de> for CommunityOverride
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CommunityOverride
impl RefUnwindSafe for CommunityOverride
impl Send for CommunityOverride
impl Sync for CommunityOverride
impl Unpin for CommunityOverride
impl UnsafeUnpin for CommunityOverride
impl UnwindSafe for CommunityOverride
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