pub struct Unlike;
Expand description
Trait Implementations§
Source§impl ApiEndpoint for Unlike
impl ApiEndpoint for Unlike
Source§type Path = PlaylistUnlikePath
type Path = PlaylistUnlikePath
The path type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for Unlike
impl RefUnwindSafe for Unlike
impl Send for Unlike
impl Sync for Unlike
impl Unpin for Unlike
impl UnwindSafe for Unlike
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