pub struct ConstellationAbbreviation(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ConstellationAbbreviation
impl AsRef<str> for ConstellationAbbreviation
Source§impl Clone for ConstellationAbbreviation
impl Clone for ConstellationAbbreviation
Source§fn clone(&self) -> ConstellationAbbreviation
fn clone(&self) -> ConstellationAbbreviation
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 ConstellationAbbreviation
impl Debug for ConstellationAbbreviation
Source§impl Display for ConstellationAbbreviation
impl Display for ConstellationAbbreviation
Source§impl FromStr for ConstellationAbbreviation
impl FromStr for ConstellationAbbreviation
Source§impl Hash for ConstellationAbbreviation
impl Hash for ConstellationAbbreviation
Source§impl Ord for ConstellationAbbreviation
impl Ord for ConstellationAbbreviation
Source§fn cmp(&self, other: &ConstellationAbbreviation) -> Ordering
fn cmp(&self, other: &ConstellationAbbreviation) -> 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 PartialOrd for ConstellationAbbreviation
impl PartialOrd for ConstellationAbbreviation
impl Eq for ConstellationAbbreviation
impl StructuralPartialEq for ConstellationAbbreviation
Auto Trait Implementations§
impl Freeze for ConstellationAbbreviation
impl RefUnwindSafe for ConstellationAbbreviation
impl Send for ConstellationAbbreviation
impl Sync for ConstellationAbbreviation
impl Unpin for ConstellationAbbreviation
impl UnsafeUnpin for ConstellationAbbreviation
impl UnwindSafe for ConstellationAbbreviation
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