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