pub struct UserGroupInvitation {
pub id: Id<UserGroupInvitation>,
pub group: UserGroup,
}Fields§
§id: Id<UserGroupInvitation>§group: UserGroupTrait Implementations§
Source§impl Clone for UserGroupInvitation
impl Clone for UserGroupInvitation
Source§fn clone(&self) -> UserGroupInvitation
fn clone(&self) -> UserGroupInvitation
Returns a duplicate 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 UserGroupInvitation
impl Debug for UserGroupInvitation
Source§impl<'de> Deserialize<'de> for UserGroupInvitation
impl<'de> Deserialize<'de> for UserGroupInvitation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Entity for UserGroupInvitation
impl Entity for UserGroupInvitation
Source§fn id(&self) -> Id<UserGroupInvitation>
fn id(&self) -> Id<UserGroupInvitation>
Gets the ID.
Source§impl PaginationItem for UserGroupInvitation
impl PaginationItem for UserGroupInvitation
Source§type Id = Id<UserGroupInvitation>
type Id = Id<UserGroupInvitation>
The ID type.
Source§fn item_id(&self) -> Id<UserGroupInvitation>
fn item_id(&self) -> Id<UserGroupInvitation>
Extracts an ID from the item.
Auto Trait Implementations§
impl Freeze for UserGroupInvitation
impl RefUnwindSafe for UserGroupInvitation
impl Send for UserGroupInvitation
impl Sync for UserGroupInvitation
impl Unpin for UserGroupInvitation
impl UnwindSafe for UserGroupInvitation
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