pub struct CueId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for CueId
impl Eq for CueId
impl StructuralPartialEq for CueId
Auto Trait Implementations§
impl Freeze for CueId
impl RefUnwindSafe for CueId
impl Send for CueId
impl Sync for CueId
impl Unpin for CueId
impl UnsafeUnpin for CueId
impl UnwindSafe for CueId
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