pub struct ClipId(/* private fields */);Available on crate feature
stream only.Expand description
A clip ID
Implementations§
Source§impl ClipId
impl ClipId
Sourcepub fn from_static(raw: &'static str) -> Self
pub fn from_static(raw: &'static str) -> Self
Constructs a newClipIdfrom a static reference
Sourcepub fn into_boxed_ref(self) -> Box<ClipIdRef>
pub fn into_boxed_ref(self) -> Box<ClipIdRef>
Converts this ClipId into a Box<ClipIdRef>
This will drop any excess capacity.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ClipId
Available on crate feature serde only.
impl<'de> Deserialize<'de> for ClipId
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
impl Eq for ClipId
Source§impl Ord for ClipId
impl Ord for ClipId
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 PartialOrd for ClipId
impl PartialOrd for ClipId
impl StructuralPartialEq for ClipId
Auto Trait Implementations§
impl Freeze for ClipId
impl RefUnwindSafe for ClipId
impl Send for ClipId
impl Sync for ClipId
impl Unpin for ClipId
impl UnsafeUnpin for ClipId
impl UnwindSafe for ClipId
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