pub struct DeleteMyAnimeListItem { /* private fields */ }Expand description
Corresponds to the Delete my anime list item endpoint
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteMyAnimeListItem
impl RefUnwindSafe for DeleteMyAnimeListItem
impl Send for DeleteMyAnimeListItem
impl Sync for DeleteMyAnimeListItem
impl Unpin for DeleteMyAnimeListItem
impl UnsafeUnpin for DeleteMyAnimeListItem
impl UnwindSafe for DeleteMyAnimeListItem
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