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