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