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