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 Reply
impl From<DebugDumpStore> for Reply
Source§fn from(reply: DebugDumpStore) -> Reply
fn from(reply: DebugDumpStore) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for DebugDumpStore
impl PartialEq for DebugDumpStore
Source§impl ReplyVariant for DebugDumpStore
impl ReplyVariant for DebugDumpStore
type Request = DebugDumpStore
Source§impl TryFrom<Reply> for DebugDumpStore
impl TryFrom<Reply> 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