pub struct FormulaBoolean {
pub boolean: Option<bool>,
}
Expand description
{
"type": "boolean",
"boolean": false
}
Fields§
§boolean: Option<bool>
Calculated value of the database property
Trait Implementations§
Source§impl Clone for FormulaBoolean
impl Clone for FormulaBoolean
Source§fn clone(&self) -> FormulaBoolean
fn clone(&self) -> FormulaBoolean
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 FormulaBoolean
impl Debug for FormulaBoolean
Source§impl<'de> Deserialize<'de> for FormulaBoolean
impl<'de> Deserialize<'de> for FormulaBoolean
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FormulaBoolean
impl PartialEq for FormulaBoolean
Source§impl Serialize for FormulaBoolean
impl Serialize for FormulaBoolean
impl Copy for FormulaBoolean
impl Eq for FormulaBoolean
impl StructuralPartialEq for FormulaBoolean
Auto Trait Implementations§
impl Freeze for FormulaBoolean
impl RefUnwindSafe for FormulaBoolean
impl Send for FormulaBoolean
impl Sync for FormulaBoolean
impl Unpin for FormulaBoolean
impl UnwindSafe for FormulaBoolean
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