pub struct Partition4 {
pub side: [bool; 4],
}Expand description
Bipartition for a 4-node graph.
Fields§
§side: [bool; 4]Implementations§
Trait Implementations§
Source§impl Clone for Partition4
impl Clone for Partition4
Source§fn clone(&self) -> Partition4
fn clone(&self) -> Partition4
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 moreimpl Copy for Partition4
Source§impl Debug for Partition4
impl Debug for Partition4
impl Eq for Partition4
Source§impl PartialEq for Partition4
impl PartialEq for Partition4
Source§fn eq(&self, other: &Partition4) -> bool
fn eq(&self, other: &Partition4) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Partition4
Auto Trait Implementations§
impl Freeze for Partition4
impl RefUnwindSafe for Partition4
impl Send for Partition4
impl Sync for Partition4
impl Unpin for Partition4
impl UnsafeUnpin for Partition4
impl UnwindSafe for Partition4
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