pub struct OrganizationEdge;
Trait Implementations§
Source§impl HasField<__typename> for OrganizationEdge
impl HasField<__typename> for OrganizationEdge
Source§impl HasField<cursor> for OrganizationEdge
impl HasField<cursor> for OrganizationEdge
Source§impl HasField<node> for OrganizationEdge
impl HasField<node> for OrganizationEdge
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for OrganizationEdge
impl RefUnwindSafe for OrganizationEdge
impl Send for OrganizationEdge
impl Sync for OrganizationEdge
impl Unpin for OrganizationEdge
impl UnwindSafe for OrganizationEdge
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