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