pub struct UnFollowCustomList {
pub list_id: Uuid,
/* private fields */
}
Fields§
§list_id: Uuid
CustomList ID.
Implementations§
Trait Implementations§
Source§impl Clone for UnFollowCustomList
impl Clone for UnFollowCustomList
Source§fn clone(&self) -> UnFollowCustomList
fn clone(&self) -> UnFollowCustomList
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnFollowCustomList
impl Debug for UnFollowCustomList
Auto Trait Implementations§
impl Freeze for UnFollowCustomList
impl !RefUnwindSafe for UnFollowCustomList
impl !Send for UnFollowCustomList
impl !Sync for UnFollowCustomList
impl Unpin for UnFollowCustomList
impl !UnwindSafe for UnFollowCustomList
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