pub enum ScalarAttributeType {
S,
N,
B,
}Expand description
Scalar attribute types that can be used as keys.
Variants§
Trait Implementations§
Source§impl Clone for ScalarAttributeType
impl Clone for ScalarAttributeType
Source§fn clone(&self) -> ScalarAttributeType
fn clone(&self) -> ScalarAttributeType
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 ScalarAttributeType
impl Debug for ScalarAttributeType
Source§impl Default for ScalarAttributeType
impl Default for ScalarAttributeType
Source§fn default() -> ScalarAttributeType
fn default() -> ScalarAttributeType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScalarAttributeType
impl<'de> Deserialize<'de> for ScalarAttributeType
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 ScalarAttributeType
impl PartialEq for ScalarAttributeType
Source§fn eq(&self, other: &ScalarAttributeType) -> bool
fn eq(&self, other: &ScalarAttributeType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScalarAttributeType
impl Serialize for ScalarAttributeType
impl StructuralPartialEq for ScalarAttributeType
Auto Trait Implementations§
impl Freeze for ScalarAttributeType
impl RefUnwindSafe for ScalarAttributeType
impl Send for ScalarAttributeType
impl Sync for ScalarAttributeType
impl Unpin for ScalarAttributeType
impl UnsafeUnpin for ScalarAttributeType
impl UnwindSafe for ScalarAttributeType
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