pub struct Scrobble { /* private fields */ }Expand description
A scrobble object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scrobble
impl RefUnwindSafe for Scrobble
impl Send for Scrobble
impl Sync for Scrobble
impl Unpin for Scrobble
impl UnsafeUnpin for Scrobble
impl UnwindSafe for Scrobble
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