pub struct DebugDumpStore {}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 (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 DebugDumpStore
impl Debug for DebugDumpStore
Source§impl From<DebugDumpStore> for Reply
Available on crate feature filesystem-client only.
impl From<DebugDumpStore> for Reply
Available on crate feature
filesystem-client only.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§fn eq(&self, other: &DebugDumpStore) -> bool
fn eq(&self, other: &DebugDumpStore) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReplyVariant for DebugDumpStore
Available on crate feature filesystem-client only.
impl ReplyVariant for DebugDumpStore
Available on crate feature
filesystem-client only.type Request = DebugDumpStore
Source§impl TryFrom<Reply> for DebugDumpStore
Available on crate feature filesystem-client only.
impl TryFrom<Reply> for DebugDumpStore
Available on crate feature
filesystem-client only.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 UnsafeUnpin 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