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