pub struct FollowCustomList {
pub list_id: Uuid,
/* private fields */
}
Fields§
§list_id: Uuid
CustomList ID.
Implementations§
Trait Implementations§
Source§impl Clone for FollowCustomList
impl Clone for FollowCustomList
Source§fn clone(&self) -> FollowCustomList
fn clone(&self) -> FollowCustomList
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 FollowCustomList
impl Debug for FollowCustomList
Auto Trait Implementations§
impl Freeze for FollowCustomList
impl !RefUnwindSafe for FollowCustomList
impl !Send for FollowCustomList
impl !Sync for FollowCustomList
impl Unpin for FollowCustomList
impl !UnwindSafe for FollowCustomList
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