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