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