pub struct protectionRules;Trait Implementations§
Source§impl Field for protectionRules
impl Field for protectionRules
Source§impl HasArgument<after> for protectionRules
impl HasArgument<after> for protectionRules
Source§impl HasArgument<before> for protectionRules
impl HasArgument<before> for protectionRules
Source§impl HasArgument<first> for protectionRules
impl HasArgument<first> for protectionRules
Source§impl HasArgument<last> for protectionRules
impl HasArgument<last> for protectionRules
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.
Auto Trait Implementations§
impl Freeze for protectionRules
impl RefUnwindSafe for protectionRules
impl Send for protectionRules
impl Sync for protectionRules
impl Unpin for protectionRules
impl UnwindSafe for protectionRules
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