pub enum ChunkInfoItem {
Label(ChunkLabel),
Option(ChunkOption),
}Variants§
Label(ChunkLabel)
Option(ChunkOption)
Trait Implementations§
Source§impl Clone for ChunkInfoItem
impl Clone for ChunkInfoItem
Source§fn clone(&self) -> ChunkInfoItem
fn clone(&self) -> ChunkInfoItem
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 ChunkInfoItem
impl Debug for ChunkInfoItem
Source§impl Hash for ChunkInfoItem
impl Hash for ChunkInfoItem
Source§impl PartialEq for ChunkInfoItem
impl PartialEq for ChunkInfoItem
impl Eq for ChunkInfoItem
impl StructuralPartialEq for ChunkInfoItem
Auto Trait Implementations§
impl Freeze for ChunkInfoItem
impl !RefUnwindSafe for ChunkInfoItem
impl !Send for ChunkInfoItem
impl !Sync for ChunkInfoItem
impl Unpin for ChunkInfoItem
impl UnsafeUnpin for ChunkInfoItem
impl !UnwindSafe for ChunkInfoItem
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