pub enum EmptyArrayRole {
EmptyValue,
ConcatenationIdentity,
DeletionMarker,
}Variants§
Trait Implementations§
Source§impl Clone for EmptyArrayRole
impl Clone for EmptyArrayRole
Source§fn clone(&self) -> EmptyArrayRole
fn clone(&self) -> EmptyArrayRole
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 EmptyArrayRole
impl Debug for EmptyArrayRole
Source§impl<'de> Deserialize<'de> for EmptyArrayRole
impl<'de> Deserialize<'de> for EmptyArrayRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EmptyArrayRole
impl PartialEq for EmptyArrayRole
Source§fn eq(&self, other: &EmptyArrayRole) -> bool
fn eq(&self, other: &EmptyArrayRole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EmptyArrayRole
impl Serialize for EmptyArrayRole
impl StructuralPartialEq for EmptyArrayRole
Auto Trait Implementations§
impl Freeze for EmptyArrayRole
impl RefUnwindSafe for EmptyArrayRole
impl Send for EmptyArrayRole
impl Sync for EmptyArrayRole
impl Unpin for EmptyArrayRole
impl UnsafeUnpin for EmptyArrayRole
impl UnwindSafe for EmptyArrayRole
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