pub struct DebugDumpStore {}
Available on crate feature
filesystem-client
only.Trait Implementations§
Source§impl Clone for DebugDumpStore
impl Clone for DebugDumpStore
Source§fn clone(&self) -> DebugDumpStore
fn clone(&self) -> DebugDumpStore
Returns a duplicate of the value. Read more
1.0.0 · 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 DebugDumpStore
impl Debug for DebugDumpStore
Source§impl From<DebugDumpStore> for Request
impl From<DebugDumpStore> for Request
Source§fn from(request: DebugDumpStore) -> Self
fn from(request: DebugDumpStore) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DebugDumpStore
impl PartialEq for DebugDumpStore
Source§impl RequestVariant for DebugDumpStore
impl RequestVariant for DebugDumpStore
type Reply = DebugDumpStore
Source§impl TryFrom<Request> for DebugDumpStore
impl TryFrom<Request> for DebugDumpStore
impl Eq for DebugDumpStore
impl StructuralPartialEq for DebugDumpStore
Auto Trait Implementations§
impl Freeze for DebugDumpStore
impl RefUnwindSafe for DebugDumpStore
impl Send for DebugDumpStore
impl Sync for DebugDumpStore
impl Unpin for DebugDumpStore
impl UnwindSafe for DebugDumpStore
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