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