pub struct HypeTrainIdRef(/* private fields */);
Available on crate feature
stream
only.Expand description
A Hype Train ID
Implementations§
Source§impl HypeTrainIdRef
impl HypeTrainIdRef
Sourcepub const fn from_str(raw: &str) -> &Self
pub const fn from_str(raw: &str) -> &Self
Transparently reinterprets the string slice as a strongly-typed HypeTrainIdRef
Sourcepub const fn from_static(raw: &'static str) -> &'static Self
pub const fn from_static(raw: &'static str) -> &'static Self
Transparently reinterprets the static string slice as a strongly-typed HypeTrainIdRef
Sourcepub fn into_owned(self: Box<HypeTrainIdRef>) -> HypeTrainId
pub fn into_owned(self: Box<HypeTrainIdRef>) -> HypeTrainId
Converts a Box<HypeTrainIdRef>
into a HypeTrainId
without copying or allocating
Source§impl HypeTrainIdRef
impl HypeTrainIdRef
Sourcepub fn as_cow(&self) -> Cow<'_, HypeTrainIdRef>
pub fn as_cow(&self) -> Cow<'_, HypeTrainIdRef>
Get a
Cow<'_, HypeTrainIdRef>
Trait Implementations§
Source§impl AsRef<HypeTrainIdRef> for HypeTrainId
impl AsRef<HypeTrainIdRef> for HypeTrainId
Source§fn as_ref(&self) -> &HypeTrainIdRef
fn as_ref(&self) -> &HypeTrainIdRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for HypeTrainIdRef
impl AsRef<str> for HypeTrainIdRef
Source§impl Borrow<HypeTrainIdRef> for HypeTrainId
impl Borrow<HypeTrainIdRef> for HypeTrainId
Source§fn borrow(&self) -> &HypeTrainIdRef
fn borrow(&self) -> &HypeTrainIdRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for HypeTrainIdRef
impl Borrow<str> for HypeTrainIdRef
Source§impl Debug for HypeTrainIdRef
impl Debug for HypeTrainIdRef
Source§impl<'de: 'a, 'a> Deserialize<'de> for &'a HypeTrainIdRef
Available on crate feature serde
only.
impl<'de: 'a, 'a> Deserialize<'de> for &'a HypeTrainIdRef
Available on crate feature
serde
only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'de> Deserialize<'de> for Box<HypeTrainIdRef>
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for Box<HypeTrainIdRef>
Available on crate feature
serde
only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for HypeTrainIdRef
impl Display for HypeTrainIdRef
Source§impl<'a> From<&'a &'a HypeTrainIdRef> for Collection<'a, HypeTrainId>
impl<'a> From<&'a &'a HypeTrainIdRef> for Collection<'a, HypeTrainId>
Source§fn from(v: &'a &'a HypeTrainIdRef) -> Self
fn from(v: &'a &'a HypeTrainIdRef) -> Self
Converts to this type from the input type.
Source§impl<'a, 'b: 'a> From<&'a Cow<'b, HypeTrainIdRef>> for &'a HypeTrainIdRef
impl<'a, 'b: 'a> From<&'a Cow<'b, HypeTrainIdRef>> for &'a HypeTrainIdRef
Source§fn from(r: &'a Cow<'b, HypeTrainIdRef>) -> &'a HypeTrainIdRef
fn from(r: &'a Cow<'b, HypeTrainIdRef>) -> &'a HypeTrainIdRef
Converts to this type from the input type.
Source§impl<'a> From<&'a HypeTrainId> for &'a HypeTrainIdRef
impl<'a> From<&'a HypeTrainId> for &'a HypeTrainIdRef
Source§fn from(owned: &'a HypeTrainId) -> Self
fn from(owned: &'a HypeTrainId) -> Self
Converts to this type from the input type.
Source§impl From<&HypeTrainIdRef> for Arc<HypeTrainIdRef>
impl From<&HypeTrainIdRef> for Arc<HypeTrainIdRef>
Source§fn from(r: &HypeTrainIdRef) -> Self
fn from(r: &HypeTrainIdRef) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a HypeTrainIdRef> for Cow<'a, HypeTrainIdRef>
impl<'a> From<&'a HypeTrainIdRef> for Cow<'a, HypeTrainIdRef>
Source§fn from(r: &'a HypeTrainIdRef) -> Self
fn from(r: &'a HypeTrainIdRef) -> Self
Converts to this type from the input type.
Source§impl From<&HypeTrainIdRef> for HypeTrainId
impl From<&HypeTrainIdRef> for HypeTrainId
Source§fn from(s: &HypeTrainIdRef) -> Self
fn from(s: &HypeTrainIdRef) -> Self
Converts to this type from the input type.
Source§impl From<&HypeTrainIdRef> for Rc<HypeTrainIdRef>
impl From<&HypeTrainIdRef> for Rc<HypeTrainIdRef>
Source§fn from(r: &HypeTrainIdRef) -> Self
fn from(r: &HypeTrainIdRef) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a String> for &'a HypeTrainIdRef
impl<'a> From<&'a String> for &'a HypeTrainIdRef
Source§impl<'a> From<&'a str> for &'a HypeTrainIdRef
impl<'a> From<&'a str> for &'a HypeTrainIdRef
Source§fn from(s: &'a str) -> &'a HypeTrainIdRef
fn from(s: &'a str) -> &'a HypeTrainIdRef
Converts to this type from the input type.
Source§impl From<HypeTrainId> for Box<HypeTrainIdRef>
impl From<HypeTrainId> for Box<HypeTrainIdRef>
Source§fn from(r: HypeTrainId) -> Self
fn from(r: HypeTrainId) -> Self
Converts to this type from the input type.
Source§impl Hash for HypeTrainIdRef
impl Hash for HypeTrainIdRef
Source§impl<'a> IntoCow<'a, HypeTrainIdRef> for &'a HypeTrainId
impl<'a> IntoCow<'a, HypeTrainIdRef> for &'a HypeTrainId
Source§fn into_cow(self) -> Cow<'a, HypeTrainIdRef>
fn into_cow(self) -> Cow<'a, HypeTrainIdRef>
Make the cow with proper ownership, muu
Source§impl<'a> IntoCow<'a, HypeTrainIdRef> for &'a HypeTrainIdRef
impl<'a> IntoCow<'a, HypeTrainIdRef> for &'a HypeTrainIdRef
Source§fn into_cow(self) -> Cow<'a, HypeTrainIdRef>
fn into_cow(self) -> Cow<'a, HypeTrainIdRef>
Make the cow with proper ownership, muu
Source§impl<'a> IntoCow<'a, HypeTrainIdRef> for HypeTrainId
impl<'a> IntoCow<'a, HypeTrainIdRef> for HypeTrainId
Source§fn into_cow(self) -> Cow<'a, HypeTrainIdRef>
fn into_cow(self) -> Cow<'a, HypeTrainIdRef>
Make the cow with proper ownership, muu
Source§impl Ord for HypeTrainIdRef
impl Ord for HypeTrainIdRef
Source§impl PartialEq<&HypeTrainIdRef> for HypeTrainId
impl PartialEq<&HypeTrainIdRef> for HypeTrainId
Source§impl PartialEq<HypeTrainId> for &HypeTrainIdRef
impl PartialEq<HypeTrainId> for &HypeTrainIdRef
Source§impl PartialEq<HypeTrainId> for HypeTrainIdRef
impl PartialEq<HypeTrainId> for HypeTrainIdRef
Source§impl PartialEq<HypeTrainIdRef> for HypeTrainId
impl PartialEq<HypeTrainIdRef> for HypeTrainId
Source§impl PartialEq for HypeTrainIdRef
impl PartialEq for HypeTrainIdRef
Source§impl PartialOrd for HypeTrainIdRef
impl PartialOrd for HypeTrainIdRef
Source§impl Serialize for HypeTrainIdRef
Available on crate feature serde
only.
impl Serialize for HypeTrainIdRef
Available on crate feature
serde
only.Source§impl ToOwned for HypeTrainIdRef
impl ToOwned for HypeTrainIdRef
Source§type Owned = HypeTrainId
type Owned = HypeTrainId
The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
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