pub struct IdentifierRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl Borrow<IdentifierRef> for Identifier
impl Borrow<IdentifierRef> for Identifier
Source§fn borrow(&self) -> &IdentifierRef
fn borrow(&self) -> &IdentifierRef
Immutably borrows from an owned value. Read more
Source§impl Debug for IdentifierRef
impl Debug for IdentifierRef
Source§impl From<&IdentifierRef> for Identifier
impl From<&IdentifierRef> for Identifier
Source§fn from(value: &IdentifierRef) -> Self
fn from(value: &IdentifierRef) -> Self
Converts to this type from the input type.
Source§impl Hash for IdentifierRef
impl Hash for IdentifierRef
Source§impl Ord for IdentifierRef
impl Ord for IdentifierRef
Source§impl PartialEq for IdentifierRef
impl PartialEq for IdentifierRef
Source§impl PartialOrd for IdentifierRef
impl PartialOrd for IdentifierRef
Source§impl ToOwned for IdentifierRef
impl ToOwned for IdentifierRef
Source§type Owned = Identifier
type Owned = Identifier
The resulting type after obtaining ownership.
Source§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