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