pub struct allowsForcePushes;
Trait Implementations§
Source§impl Field for allowsForcePushes
impl Field for allowsForcePushes
Source§impl HasField<allowsForcePushes> for RefUpdateRule
impl HasField<allowsForcePushes> for RefUpdateRule
Auto Trait Implementations§
impl Freeze for allowsForcePushes
impl RefUnwindSafe for allowsForcePushes
impl Send for allowsForcePushes
impl Sync for allowsForcePushes
impl Unpin for allowsForcePushes
impl UnwindSafe for allowsForcePushes
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