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