pub struct Geogebra { /* private fields */ }Expand description
High-level API for working with a Geogebra workspace.
Implementations§
Source§impl Geogebra
impl Geogebra
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Geogebra
impl RefUnwindSafe for Geogebra
impl Send for Geogebra
impl Sync for Geogebra
impl Unpin for Geogebra
impl UnsafeUnpin for Geogebra
impl UnwindSafe for Geogebra
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