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