pub struct PrimitiveField {
pub name: String,
pub inner: PrimitiveFieldInner,
}
Fields§
§name: String
§inner: PrimitiveFieldInner
Implementations§
Source§impl PrimitiveField
impl PrimitiveField
pub fn new_unset(name: &str, primitive: Primitives) -> Self
Trait Implementations§
Source§impl Clone for PrimitiveField
impl Clone for PrimitiveField
Source§fn clone(&self) -> PrimitiveField
fn clone(&self) -> PrimitiveField
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 PrimitiveField
impl Debug for PrimitiveField
Source§impl PartialEq for PrimitiveField
impl PartialEq for PrimitiveField
impl StructuralPartialEq for PrimitiveField
Auto Trait Implementations§
impl Freeze for PrimitiveField
impl RefUnwindSafe for PrimitiveField
impl Send for PrimitiveField
impl Sync for PrimitiveField
impl Unpin for PrimitiveField
impl UnwindSafe for PrimitiveField
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