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