pub struct GetGroup {
pub group_id: Uuid,
pub includes: Vec<ReferenceExpansionResource>,
/* private fields */
}
Fields§
§group_id: Uuid
§includes: Vec<ReferenceExpansionResource>
Implementations§
Trait Implementations§
Source§impl Endpoint for GetGroup
impl Endpoint for GetGroup
Auto Trait Implementations§
impl Freeze for GetGroup
impl !RefUnwindSafe for GetGroup
impl !Send for GetGroup
impl !Sync for GetGroup
impl Unpin for GetGroup
impl !UnwindSafe for GetGroup
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