pub struct SupportPoint(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SupportPoint
impl Clone for SupportPoint
Source§fn clone(&self) -> SupportPoint
fn clone(&self) -> SupportPoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SupportPoint
Source§impl Debug for SupportPoint
impl Debug for SupportPoint
Source§impl<'de> Deserialize<'de> for SupportPoint
impl<'de> Deserialize<'de> for SupportPoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SupportPoint
impl PartialEq for SupportPoint
Source§impl Serialize for SupportPoint
impl Serialize for SupportPoint
impl StructuralPartialEq for SupportPoint
Auto Trait Implementations§
impl Freeze for SupportPoint
impl RefUnwindSafe for SupportPoint
impl Send for SupportPoint
impl Sync for SupportPoint
impl Unpin for SupportPoint
impl UnsafeUnpin for SupportPoint
impl UnwindSafe for SupportPoint
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