pub struct FormulaString {
pub string: Option<String>,
}
Expand description
{
"type": "string",
"string": "My Title"
}
Fields§
§string: Option<String>
Calculated value of the database property
Trait Implementations§
Source§impl Clone for FormulaString
impl Clone for FormulaString
Source§fn clone(&self) -> FormulaString
fn clone(&self) -> FormulaString
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 FormulaString
impl Debug for FormulaString
Source§impl<'de> Deserialize<'de> for FormulaString
impl<'de> Deserialize<'de> for FormulaString
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 FormulaString
impl PartialEq for FormulaString
Source§impl Serialize for FormulaString
impl Serialize for FormulaString
impl Eq for FormulaString
impl StructuralPartialEq for FormulaString
Auto Trait Implementations§
impl Freeze for FormulaString
impl RefUnwindSafe for FormulaString
impl Send for FormulaString
impl Sync for FormulaString
impl Unpin for FormulaString
impl UnwindSafe for FormulaString
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