pub struct RemovePath {
pub container: String,
}Fields§
§container: StringTrait Implementations§
Source§impl Clone for RemovePath
impl Clone for RemovePath
Source§fn clone(&self) -> RemovePath
fn clone(&self) -> RemovePath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemovePath
impl Debug for RemovePath
Source§impl PartialEq for RemovePath
impl PartialEq for RemovePath
impl StructuralPartialEq for RemovePath
Auto Trait Implementations§
impl Freeze for RemovePath
impl RefUnwindSafe for RemovePath
impl Send for RemovePath
impl Sync for RemovePath
impl Unpin for RemovePath
impl UnwindSafe for RemovePath
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