pub struct Decimal { /* private fields */ }Expand description
Rust wrapper for Foundation’s Decimal generable/content surface.
Implementations§
Trait Implementations§
Source§impl FromGeneratedContent for Decimal
impl FromGeneratedContent for Decimal
Source§fn from_generated_content(content: &GeneratedContent) -> Result<Self, FMError>
fn from_generated_content(content: &GeneratedContent) -> Result<Self, FMError>
Decode a Rust value from generated content.
Source§impl Generable for Decimal
impl Generable for Decimal
Source§fn generation_schema() -> Result<GenerationSchema, FMError>
fn generation_schema() -> Result<GenerationSchema, FMError>
Return the generation schema that describes
Self.Source§impl ToGeneratedContent for Decimal
impl ToGeneratedContent for Decimal
Source§fn to_generated_content(&self) -> Result<GeneratedContent, FMError>
fn to_generated_content(&self) -> Result<GeneratedContent, FMError>
Convert a Rust value into generated content.
impl Eq for Decimal
impl StructuralPartialEq for Decimal
Auto Trait Implementations§
impl Freeze for Decimal
impl RefUnwindSafe for Decimal
impl Send for Decimal
impl Sync for Decimal
impl Unpin for Decimal
impl UnsafeUnpin for Decimal
impl UnwindSafe for Decimal
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