pub struct bypassPullRequestActorIds;Trait Implementations§
Source§impl Field for bypassPullRequestActorIds
impl Field for bypassPullRequestActorIds
impl HasInputField<bypassPullRequestActorIds, Option<Vec<Id>>> for UpdateBranchProtectionRuleInput
Auto Trait Implementations§
impl Freeze for bypassPullRequestActorIds
impl RefUnwindSafe for bypassPullRequestActorIds
impl Send for bypassPullRequestActorIds
impl Sync for bypassPullRequestActorIds
impl Unpin for bypassPullRequestActorIds
impl UnwindSafe for bypassPullRequestActorIds
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