pub struct Influence {
pub magnitude: f64,
}Fields§
§magnitude: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Influence
impl RefUnwindSafe for Influence
impl Send for Influence
impl Sync for Influence
impl Unpin for Influence
impl UnwindSafe for Influence
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