pub struct commitRepository;
Trait Implementations§
Source§impl Field for commitRepository
impl Field for commitRepository
Source§impl HasField<commitRepository> for ReferencedEvent
impl HasField<commitRepository> for ReferencedEvent
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for commitRepository
impl RefUnwindSafe for commitRepository
impl Send for commitRepository
impl Sync for commitRepository
impl Unpin for commitRepository
impl UnwindSafe for commitRepository
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