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§
Source§impl Clone for ShreddingField
impl Clone for ShreddingField
Source§fn clone(&self) -> ShreddingField
fn clone(&self) -> ShreddingField
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 moreAuto Trait Implementations§
impl Freeze for ShreddingField
impl RefUnwindSafe for ShreddingField
impl Send for ShreddingField
impl Sync for ShreddingField
impl Unpin for ShreddingField
impl UnwindSafe for ShreddingField
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