pub enum CollectionKind {
Sequence,
Mapping,
}Expand description
Collection kind, used as a parameter to resolve_collection.
Variants§
Trait Implementations§
Source§impl Clone for CollectionKind
impl Clone for CollectionKind
Source§fn clone(&self) -> CollectionKind
fn clone(&self) -> CollectionKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CollectionKind
impl Debug for CollectionKind
Source§impl PartialEq for CollectionKind
impl PartialEq for CollectionKind
impl Copy for CollectionKind
impl Eq for CollectionKind
impl StructuralPartialEq for CollectionKind
Auto Trait Implementations§
impl Freeze for CollectionKind
impl RefUnwindSafe for CollectionKind
impl Send for CollectionKind
impl Sync for CollectionKind
impl Unpin for CollectionKind
impl UnsafeUnpin for CollectionKind
impl UnwindSafe for CollectionKind
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