pub struct NonemptySet {}Implementations§
Source§impl NonemptySet
impl NonemptySet
Trait Implementations§
Source§impl Clone for NonemptySet
impl Clone for NonemptySet
Source§fn clone(&self) -> NonemptySet
fn clone(&self) -> NonemptySet
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 moreAuto Trait Implementations§
impl Freeze for NonemptySet
impl RefUnwindSafe for NonemptySet
impl Send for NonemptySet
impl Sync for NonemptySet
impl Unpin for NonemptySet
impl UnsafeUnpin for NonemptySet
impl UnwindSafe for NonemptySet
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