Struct burn_core::record::FullPrecisionSettings
source · pub struct FullPrecisionSettings;Expand description
Default precision settings.
Trait Implementations§
source§impl Clone for FullPrecisionSettings
impl Clone for FullPrecisionSettings
source§fn clone(&self) -> FullPrecisionSettings
fn clone(&self) -> FullPrecisionSettings
Returns a copy 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 FullPrecisionSettings
impl Debug for FullPrecisionSettings
source§impl Default for FullPrecisionSettings
impl Default for FullPrecisionSettings
source§fn default() -> FullPrecisionSettings
fn default() -> FullPrecisionSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FullPrecisionSettings
impl Send for FullPrecisionSettings
impl Sync for FullPrecisionSettings
impl Unpin for FullPrecisionSettings
impl UnwindSafe for FullPrecisionSettings
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