pub struct DeploymentProtectionRuleConnection;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeploymentProtectionRuleConnection
impl RefUnwindSafe for DeploymentProtectionRuleConnection
impl Send for DeploymentProtectionRuleConnection
impl Sync for DeploymentProtectionRuleConnection
impl Unpin for DeploymentProtectionRuleConnection
impl UnwindSafe for DeploymentProtectionRuleConnection
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