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