pub struct RemoveFile {
pub location: Location,
pub path: PathBuf,
}Fields§
§location: Location§path: PathBufTrait Implementations§
Source§impl Clone for RemoveFile
impl Clone for RemoveFile
Source§fn clone(&self) -> RemoveFile
fn clone(&self) -> RemoveFile
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 RemoveFile
impl Debug for RemoveFile
Source§impl From<RemoveFile> for Request
Available on crate feature filesystem-client only.
impl From<RemoveFile> for Request
Available on crate feature
filesystem-client only.Source§fn from(request: RemoveFile) -> Self
fn from(request: RemoveFile) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RemoveFile
impl PartialEq for RemoveFile
Source§fn eq(&self, other: &RemoveFile) -> bool
fn eq(&self, other: &RemoveFile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RequestVariant for RemoveFile
Available on crate feature filesystem-client only.
impl RequestVariant for RemoveFile
Available on crate feature
filesystem-client only.type Reply = RemoveFile
Source§impl TryFrom<Request> for RemoveFile
Available on crate feature filesystem-client only.
impl TryFrom<Request> for RemoveFile
Available on crate feature
filesystem-client only.impl Eq for RemoveFile
impl StructuralPartialEq for RemoveFile
Auto Trait Implementations§
impl Freeze for RemoveFile
impl RefUnwindSafe for RemoveFile
impl Send for RemoveFile
impl Sync for RemoveFile
impl Unpin for RemoveFile
impl UnsafeUnpin for RemoveFile
impl UnwindSafe for RemoveFile
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