pub struct Coefficient {
pub id: Arg<String>,
pub coefficient: Arg<i64>,
}Fields§
§id: Arg<String>§coefficient: Arg<i64>Trait Implementations§
Source§impl Clone for Coefficient
impl Clone for Coefficient
Source§fn clone(&self) -> Coefficient
fn clone(&self) -> Coefficient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Coefficient
impl Debug for Coefficient
Auto Trait Implementations§
impl Freeze for Coefficient
impl RefUnwindSafe for Coefficient
impl Send for Coefficient
impl Sync for Coefficient
impl Unpin for Coefficient
impl UnsafeUnpin for Coefficient
impl UnwindSafe for Coefficient
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