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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
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
Source§fn eq(&self, other: &RemovePath) -> bool
fn eq(&self, other: &RemovePath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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