pub enum SetKind {
AllMembers,
OneMember,
}Expand description
{…} (all members) vs […] (one member) — ISO 8601-2 §6.1–6.2.
Variants§
Trait Implementations§
impl Copy for SetKind
impl Eq for SetKind
impl StructuralPartialEq for SetKind
Auto Trait Implementations§
impl Freeze for SetKind
impl RefUnwindSafe for SetKind
impl Send for SetKind
impl Sync for SetKind
impl Unpin for SetKind
impl UnsafeUnpin for SetKind
impl UnwindSafe for SetKind
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