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