pub struct Uplot;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uplot
impl RefUnwindSafe for Uplot
impl Send for Uplot
impl Sync for Uplot
impl Unpin for Uplot
impl UnsafeUnpin for Uplot
impl UnwindSafe for Uplot
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