pub struct ShreddingField {
data_type: DataType,
nullable: bool,
}Expand description
Field configuration captured by the builder (data type + nullability).
Fields§
§data_type: DataType§nullable: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShreddingField
impl RefUnwindSafe for ShreddingField
impl Send for ShreddingField
impl Sync for ShreddingField
impl Unpin for ShreddingField
impl UnsafeUnpin for ShreddingField
impl UnwindSafe for ShreddingField
Blanket Implementations§
impl<T> Allocation for T
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