pub struct GeomMaxIter(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for GeomMaxIter
impl Clone for GeomMaxIter
Source§fn clone(&self) -> GeomMaxIter
fn clone(&self) -> GeomMaxIter
Returns a duplicate 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 Debug for GeomMaxIter
impl Debug for GeomMaxIter
Source§impl Default for GeomMaxIter
impl Default for GeomMaxIter
Source§fn default() -> GeomMaxIter
fn default() -> GeomMaxIter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GeomMaxIter
impl<'de> Deserialize<'de> for GeomMaxIter
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 Display for GeomMaxIter
impl Display for GeomMaxIter
Source§impl From<u32> for GeomMaxIter
impl From<u32> for GeomMaxIter
Source§impl Hash for GeomMaxIter
impl Hash for GeomMaxIter
Source§impl KeywordDisplay for GeomMaxIter
impl KeywordDisplay for GeomMaxIter
Source§impl Ord for GeomMaxIter
impl Ord for GeomMaxIter
Source§fn cmp(&self, other: &GeomMaxIter) -> Ordering
fn cmp(&self, other: &GeomMaxIter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GeomMaxIter
impl PartialEq for GeomMaxIter
Source§impl PartialOrd for GeomMaxIter
impl PartialOrd for GeomMaxIter
Source§impl Serialize for GeomMaxIter
impl Serialize for GeomMaxIter
impl Copy for GeomMaxIter
impl Eq for GeomMaxIter
impl StructuralPartialEq for GeomMaxIter
Auto Trait Implementations§
impl Freeze for GeomMaxIter
impl RefUnwindSafe for GeomMaxIter
impl Send for GeomMaxIter
impl Sync for GeomMaxIter
impl Unpin for GeomMaxIter
impl UnwindSafe for GeomMaxIter
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