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