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