pub enum LandscapeCardinality {
One,
Optional,
Many,
}Expand description
Cardinality of a curated function input or output.
Variants§
Trait Implementations§
Source§impl Clone for LandscapeCardinality
impl Clone for LandscapeCardinality
Source§fn clone(&self) -> LandscapeCardinality
fn clone(&self) -> LandscapeCardinality
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 LandscapeCardinality
impl Debug for LandscapeCardinality
Source§impl<'de> Deserialize<'de> for LandscapeCardinality
impl<'de> Deserialize<'de> for LandscapeCardinality
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
impl Eq for LandscapeCardinality
Source§impl PartialEq for LandscapeCardinality
impl PartialEq for LandscapeCardinality
Source§fn eq(&self, other: &LandscapeCardinality) -> bool
fn eq(&self, other: &LandscapeCardinality) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LandscapeCardinality
impl Serialize for LandscapeCardinality
impl StructuralPartialEq for LandscapeCardinality
Auto Trait Implementations§
impl Freeze for LandscapeCardinality
impl RefUnwindSafe for LandscapeCardinality
impl Send for LandscapeCardinality
impl Sync for LandscapeCardinality
impl Unpin for LandscapeCardinality
impl UnsafeUnpin for LandscapeCardinality
impl UnwindSafe for LandscapeCardinality
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