pub struct GetOrganizationSelfMembership;
Trait Implementations§
source§impl GraphQLQuery for GetOrganizationSelfMembership
impl GraphQLQuery for GetOrganizationSelfMembership
§type Variables = Variables
type Variables = Variables
The shape of the variables expected by the query. This should be a generated struct most of the time.
§type ResponseData = ResponseData
type ResponseData = ResponseData
The top-level shape of the response data (the
data
field in the GraphQL response). In practice this should be generated, since it is hard to write by hand without error.Auto Trait Implementations§
impl Freeze for GetOrganizationSelfMembership
impl RefUnwindSafe for GetOrganizationSelfMembership
impl Send for GetOrganizationSelfMembership
impl Sync for GetOrganizationSelfMembership
impl Unpin for GetOrganizationSelfMembership
impl UnwindSafe for GetOrganizationSelfMembership
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