pub struct Environment;
Trait Implementations§
Source§impl HasField<__typename> for Environment
impl HasField<__typename> for Environment
Source§impl HasField<databaseId> for Environment
impl HasField<databaseId> for Environment
Source§impl HasField<name> for Environment
impl HasField<name> for Environment
Source§impl HasField<protectionRules> for Environment
impl HasField<protectionRules> for Environment
Source§type Type = DeploymentProtectionRuleConnection
type Type = DeploymentProtectionRuleConnection
The schema marker type of this field.
Source§impl NamedType for Environment
impl NamedType for Environment
impl HasSubtype<Environment> for Node
Auto Trait Implementations§
impl Freeze for Environment
impl RefUnwindSafe for Environment
impl Send for Environment
impl Sync for Environment
impl Unpin for Environment
impl UnwindSafe for Environment
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