pub struct organizationMeta;Trait Implementations§
Source§impl Field for organizationMeta
impl Field for organizationMeta
Source§impl HasArgument<urlKey> for organizationMeta
impl HasArgument<urlKey> for organizationMeta
Source§impl HasField<organizationMeta> for Query
impl HasField<organizationMeta> for Query
Source§type Type = Option<OrganizationMeta>
type Type = Option<OrganizationMeta>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for organizationMeta
impl RefUnwindSafe for organizationMeta
impl Send for organizationMeta
impl Sync for organizationMeta
impl Unpin for organizationMeta
impl UnwindSafe for organizationMeta
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