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