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