pub struct Point2D { /* private fields */ }Implementations§
Trait Implementations§
Source§impl TryFrom<Value> for Point2D
impl TryFrom<Value> for Point2D
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: Value) -> ConversionResult<Self>
fn try_from(value: Value) -> ConversionResult<Self>
Performs the conversion.
impl StructuralPartialEq for Point2D
Auto Trait Implementations§
impl Freeze for Point2D
impl RefUnwindSafe for Point2D
impl Send for Point2D
impl Sync for Point2D
impl Unpin for Point2D
impl UnwindSafe for Point2D
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