pub struct ClipIdRef(/* private fields */);
Available on crate feature
stream
only.Expand description
A clip ID
Implementations§
Source§impl ClipIdRef
impl ClipIdRef
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 ClipIdRef
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 ClipIdRef
Sourcepub fn into_owned(self: Box<ClipIdRef>) -> ClipId
pub fn into_owned(self: Box<ClipIdRef>) -> ClipId
Converts a Box<ClipIdRef>
into a ClipId
without copying or allocating
Trait Implementations§
Source§impl<'de: 'a, 'a> Deserialize<'de> for &'a ClipIdRef
Available on crate feature serde
only.
impl<'de: 'a, 'a> Deserialize<'de> for &'a ClipIdRef
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<ClipIdRef>
Available on crate feature serde
only.
impl<'de> Deserialize<'de> for Box<ClipIdRef>
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