pub struct LandscapeFunctionId(pub String);Expand description
Stable identifier for a curated function in the package landscape.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for LandscapeFunctionId
impl Clone for LandscapeFunctionId
Source§fn clone(&self) -> LandscapeFunctionId
fn clone(&self) -> LandscapeFunctionId
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 LandscapeFunctionId
impl Debug for LandscapeFunctionId
Source§impl<'de> Deserialize<'de> for LandscapeFunctionId
impl<'de> Deserialize<'de> for LandscapeFunctionId
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 LandscapeFunctionId
Source§impl From<&str> for LandscapeFunctionId
impl From<&str> for LandscapeFunctionId
Source§impl From<String> for LandscapeFunctionId
impl From<String> for LandscapeFunctionId
Source§impl Hash for LandscapeFunctionId
impl Hash for LandscapeFunctionId
Source§impl Ord for LandscapeFunctionId
impl Ord for LandscapeFunctionId
Source§fn cmp(&self, other: &LandscapeFunctionId) -> Ordering
fn cmp(&self, other: &LandscapeFunctionId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LandscapeFunctionId
impl PartialEq for LandscapeFunctionId
Source§fn eq(&self, other: &LandscapeFunctionId) -> bool
fn eq(&self, other: &LandscapeFunctionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LandscapeFunctionId
impl PartialOrd for LandscapeFunctionId
Source§impl Serialize for LandscapeFunctionId
impl Serialize for LandscapeFunctionId
impl StructuralPartialEq for LandscapeFunctionId
Auto Trait Implementations§
impl Freeze for LandscapeFunctionId
impl RefUnwindSafe for LandscapeFunctionId
impl Send for LandscapeFunctionId
impl Sync for LandscapeFunctionId
impl Unpin for LandscapeFunctionId
impl UnsafeUnpin for LandscapeFunctionId
impl UnwindSafe for LandscapeFunctionId
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