pub enum NamedShape {
Number,
Boolean,
}Variants§
Trait Implementations§
Source§impl Clone for NamedShape
impl Clone for NamedShape
Source§fn clone(&self) -> NamedShape
fn clone(&self) -> NamedShape
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 moreimpl Copy for NamedShape
Source§impl Debug for NamedShape
impl Debug for NamedShape
Source§impl<'de> Deserialize<'de> for NamedShape
impl<'de> Deserialize<'de> for NamedShape
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
Auto Trait Implementations§
impl Freeze for NamedShape
impl RefUnwindSafe for NamedShape
impl Send for NamedShape
impl Sync for NamedShape
impl Unpin for NamedShape
impl UnsafeUnpin for NamedShape
impl UnwindSafe for NamedShape
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