pub struct ReservedSection {
pub module_name: String,
pub payload: ReservedPayload,
}Expand description
One extra reserved section. module_name must satisfy
is_reserved_module — the sink refuses anything else, because a section
the manifest readers do not classify as reserved is merged into the data
index and corrupts list / decompress / the iceberg sink.
Fields§
§module_name: String§payload: ReservedPayloadImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ReservedSection
impl !UnwindSafe for ReservedSection
impl Freeze for ReservedSection
impl Send for ReservedSection
impl Sync for ReservedSection
impl Unpin for ReservedSection
impl UnsafeUnpin for ReservedSection
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