pub struct TryToDecfloat {
pub this: Box<Expression>,
pub format: Option<String>,
}Expand description
TryToDecfloat
Fields§
§this: Box<Expression>§format: Option<String>Trait Implementations§
Source§impl Clone for TryToDecfloat
impl Clone for TryToDecfloat
Source§fn clone(&self) -> TryToDecfloat
fn clone(&self) -> TryToDecfloat
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 TryToDecfloat
impl Debug for TryToDecfloat
Source§impl<'de> Deserialize<'de> for TryToDecfloat
impl<'de> Deserialize<'de> for TryToDecfloat
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 TryToDecfloat
impl PartialEq for TryToDecfloat
Source§impl Serialize for TryToDecfloat
impl Serialize for TryToDecfloat
impl StructuralPartialEq for TryToDecfloat
Auto Trait Implementations§
impl Freeze for TryToDecfloat
impl RefUnwindSafe for TryToDecfloat
impl Send for TryToDecfloat
impl Sync for TryToDecfloat
impl Unpin for TryToDecfloat
impl UnwindSafe for TryToDecfloat
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