pub struct ScaleView {
pub scale: u8,
pub communities: CommunityResult,
pub bridges: Vec<Bridge>,
}Expand description
A view of communities at a particular scale.
Fields§
§scale: u8§communities: CommunityResult§bridges: Vec<Bridge>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScaleView
impl RefUnwindSafe for ScaleView
impl Send for ScaleView
impl Sync for ScaleView
impl Unpin for ScaleView
impl UnsafeUnpin for ScaleView
impl UnwindSafe for ScaleView
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