Struct sgf_tool::PointRange
source · pub struct PointRange<'a>(pub Point<'a>, pub Point<'a>);Tuple Fields§
§0: Point<'a>§1: Point<'a>Trait Implementations§
source§impl Builder for PointRange<'_>
impl Builder for PointRange<'_>
source§impl<'a> Clone for PointRange<'a>
impl<'a> Clone for PointRange<'a>
source§fn clone(&self) -> PointRange<'a>
fn clone(&self) -> PointRange<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a> Debug for PointRange<'a>
impl<'a> Debug for PointRange<'a>
source§impl<'de: 'a, 'a> Deserialize<'de> for PointRange<'a>
impl<'de: 'a, 'a> Deserialize<'de> for PointRange<'a>
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<'a> PartialEq for PointRange<'a>
impl<'a> PartialEq for PointRange<'a>
source§fn eq(&self, other: &PointRange<'a>) -> bool
fn eq(&self, other: &PointRange<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> Serialize for PointRange<'a>
impl<'a> Serialize for PointRange<'a>
impl<'a> StructuralPartialEq for PointRange<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for PointRange<'a>
impl<'a> Send for PointRange<'a>
impl<'a> Sync for PointRange<'a>
impl<'a> Unpin for PointRange<'a>
impl<'a> UnwindSafe for PointRange<'a>
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