pub enum RoutingTableSnapshotWriteError {
BufferTooShort,
AppDataOutgrewLengthPrefix,
}Variants§
Trait Implementations§
Source§impl Clone for RoutingTableSnapshotWriteError
impl Clone for RoutingTableSnapshotWriteError
Source§fn clone(&self) -> RoutingTableSnapshotWriteError
fn clone(&self) -> RoutingTableSnapshotWriteError
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 RoutingTableSnapshotWriteError
impl Eq for RoutingTableSnapshotWriteError
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.
impl StructuralPartialEq for RoutingTableSnapshotWriteError
Auto Trait Implementations§
impl Freeze for RoutingTableSnapshotWriteError
impl RefUnwindSafe for RoutingTableSnapshotWriteError
impl Send for RoutingTableSnapshotWriteError
impl Sync for RoutingTableSnapshotWriteError
impl Unpin for RoutingTableSnapshotWriteError
impl UnsafeUnpin for RoutingTableSnapshotWriteError
impl UnwindSafe for RoutingTableSnapshotWriteError
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