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