pub struct ScienceData { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ScienceData
impl RefUnwindSafe for ScienceData
impl Send for ScienceData
impl Sync for ScienceData
impl Unpin for ScienceData
impl UnwindSafe for ScienceData
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