pub enum PartialScalarType {
Some(ScalarType),
Defaults(ScalarType),
None,
}
Variants§
Trait Implementations§
Source§impl Clone for PartialScalarType
impl Clone for PartialScalarType
Source§fn clone(&self) -> PartialScalarType
fn clone(&self) -> PartialScalarType
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 PartialScalarType
impl Debug for PartialScalarType
impl Copy for PartialScalarType
Auto Trait Implementations§
impl Freeze for PartialScalarType
impl RefUnwindSafe for PartialScalarType
impl Send for PartialScalarType
impl Sync for PartialScalarType
impl Unpin for PartialScalarType
impl UnwindSafe for PartialScalarType
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