pub struct SymmetricRelation { /* private fields */ }Expand description
A symmetric binary relation stored as a set of unordered pairs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymmetricRelation
impl RefUnwindSafe for SymmetricRelation
impl Send for SymmetricRelation
impl Sync for SymmetricRelation
impl Unpin for SymmetricRelation
impl UnsafeUnpin for SymmetricRelation
impl UnwindSafe for SymmetricRelation
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