pub enum SnapshotSealError {
BufferTooShort,
}Variants§
BufferTooShort
Trait Implementations§
Source§impl Clone for SnapshotSealError
impl Clone for SnapshotSealError
Source§fn clone(&self) -> SnapshotSealError
fn clone(&self) -> SnapshotSealError
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 moreimpl Copy for SnapshotSealError
Source§impl Debug for SnapshotSealError
impl Debug for SnapshotSealError
impl Eq for SnapshotSealError
Source§impl From<SnapshotSealError> for DestinationIdentitiesSnapshotWriteError
impl From<SnapshotSealError> for DestinationIdentitiesSnapshotWriteError
Source§fn from(_: SnapshotSealError) -> DestinationIdentitiesSnapshotWriteError
fn from(_: SnapshotSealError) -> DestinationIdentitiesSnapshotWriteError
Converts to this type from the input type.
Source§impl From<SnapshotSealError> for RoutingTableSnapshotWriteError
impl From<SnapshotSealError> for RoutingTableSnapshotWriteError
Source§fn from(_: SnapshotSealError) -> RoutingTableSnapshotWriteError
fn from(_: SnapshotSealError) -> RoutingTableSnapshotWriteError
Converts to this type from the input type.
Source§impl PartialEq for SnapshotSealError
impl PartialEq for SnapshotSealError
impl StructuralPartialEq for SnapshotSealError
Auto Trait Implementations§
impl Freeze for SnapshotSealError
impl RefUnwindSafe for SnapshotSealError
impl Send for SnapshotSealError
impl Sync for SnapshotSealError
impl Unpin for SnapshotSealError
impl UnsafeUnpin for SnapshotSealError
impl UnwindSafe for SnapshotSealError
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