pub struct GetPath {
pub container: String,
}Fields§
§container: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for GetPath
impl RefUnwindSafe for GetPath
impl Send for GetPath
impl Sync for GetPath
impl Unpin for GetPath
impl UnwindSafe for GetPath
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