pub struct ConstellationRegion(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ConstellationRegion
impl AsRef<str> for ConstellationRegion
Source§impl Clone for ConstellationRegion
impl Clone for ConstellationRegion
Source§fn clone(&self) -> ConstellationRegion
fn clone(&self) -> ConstellationRegion
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 moreSource§impl Debug for ConstellationRegion
impl Debug for ConstellationRegion
Source§impl Display for ConstellationRegion
impl Display for ConstellationRegion
Source§impl FromStr for ConstellationRegion
impl FromStr for ConstellationRegion
Source§impl Hash for ConstellationRegion
impl Hash for ConstellationRegion
Source§impl Ord for ConstellationRegion
impl Ord for ConstellationRegion
Source§fn cmp(&self, other: &ConstellationRegion) -> Ordering
fn cmp(&self, other: &ConstellationRegion) -> Ordering
1.21.0 (const: unstable) · 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 ConstellationRegion
impl PartialEq for ConstellationRegion
Source§fn eq(&self, other: &ConstellationRegion) -> bool
fn eq(&self, other: &ConstellationRegion) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConstellationRegion
impl PartialOrd for ConstellationRegion
impl Eq for ConstellationRegion
impl StructuralPartialEq for ConstellationRegion
Auto Trait Implementations§
impl Freeze for ConstellationRegion
impl RefUnwindSafe for ConstellationRegion
impl Send for ConstellationRegion
impl Sync for ConstellationRegion
impl Unpin for ConstellationRegion
impl UnsafeUnpin for ConstellationRegion
impl UnwindSafe for ConstellationRegion
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