Struct diem_sdk::move_types::identifier::IdentStr
pub struct IdentStr(_);
Expand description
A borrowed identifier.
For more details, see the module level documentation.
Implementations§
Trait Implementations§
§impl AsRef<IdentStr> for Identifier
impl AsRef<IdentStr> for Identifier
§impl Borrow<IdentStr> for Identifier
impl Borrow<IdentStr> for Identifier
§impl From<&IdentStr> for Identifier
impl From<&IdentStr> for Identifier
§fn from(ident_str: &IdentStr) -> Identifier
fn from(ident_str: &IdentStr) -> Identifier
Converts to this type from the input type.
§impl PartialOrd<IdentStr> for IdentStr
impl PartialOrd<IdentStr> for IdentStr
§fn partial_cmp(&self, other: &IdentStr) -> Option<Ordering>
fn partial_cmp(&self, other: &IdentStr) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more§impl ToOwned for IdentStr
impl ToOwned for IdentStr
§type Owned = Identifier
type Owned = Identifier
The resulting type after obtaining ownership.
§fn to_owned(&self) -> Identifier
fn to_owned(&self) -> Identifier
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more