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