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