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