pub struct CueSheet;
Implementations§
Auto Trait Implementations§
impl Freeze for CueSheet
impl RefUnwindSafe for CueSheet
impl Send for CueSheet
impl Sync for CueSheet
impl Unpin for CueSheet
impl UnwindSafe for CueSheet
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