pub enum RepresentationKind {
Object,
List,
}Expand description
Spec §8.3.4 Tab 6 — Object-Representation-Kategorien.
Variants§
Trait Implementations§
Source§impl Clone for RepresentationKind
impl Clone for RepresentationKind
Source§fn clone(&self) -> RepresentationKind
fn clone(&self) -> RepresentationKind
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 moreSource§impl Debug for RepresentationKind
impl Debug for RepresentationKind
Source§impl Hash for RepresentationKind
impl Hash for RepresentationKind
Source§impl PartialEq for RepresentationKind
impl PartialEq for RepresentationKind
Source§fn eq(&self, other: &RepresentationKind) -> bool
fn eq(&self, other: &RepresentationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RepresentationKind
impl Eq for RepresentationKind
impl StructuralPartialEq for RepresentationKind
Auto Trait Implementations§
impl Freeze for RepresentationKind
impl RefUnwindSafe for RepresentationKind
impl Send for RepresentationKind
impl Sync for RepresentationKind
impl Unpin for RepresentationKind
impl UnsafeUnpin for RepresentationKind
impl UnwindSafe for RepresentationKind
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