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