pub struct Afftdn {
pub nr: Option<f64>,
pub nt: Option<String>,
pub bn: Option<String>,
}Fields§
§nr: Option<f64>§nt: Option<String>§bn: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Afftdn
impl RefUnwindSafe for Afftdn
impl Send for Afftdn
impl Sync for Afftdn
impl Unpin for Afftdn
impl UnsafeUnpin for Afftdn
impl UnwindSafe for Afftdn
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