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