pub struct RunwayIdentifier { /* private fields */ }Implementations§
Source§impl RunwayIdentifier
impl RunwayIdentifier
pub fn number(&self) -> u8
pub fn modifier(&self) -> RunwayModifier
pub fn number_and_modifier(&self) -> (u8, RunwayModifier)
Trait Implementations§
Source§impl Clone for RunwayIdentifier
impl Clone for RunwayIdentifier
Source§fn clone(&self) -> RunwayIdentifier
fn clone(&self) -> RunwayIdentifier
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 RunwayIdentifier
impl Debug for RunwayIdentifier
Source§impl Display for RunwayIdentifier
impl Display for RunwayIdentifier
Source§impl FromStr for RunwayIdentifier
impl FromStr for RunwayIdentifier
Source§impl Hash for RunwayIdentifier
impl Hash for RunwayIdentifier
Source§impl Ord for RunwayIdentifier
impl Ord for RunwayIdentifier
Source§fn cmp(&self, other: &RunwayIdentifier) -> Ordering
fn cmp(&self, other: &RunwayIdentifier) -> 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 RunwayIdentifier
impl PartialEq for RunwayIdentifier
Source§impl PartialOrd for RunwayIdentifier
impl PartialOrd for RunwayIdentifier
impl Eq for RunwayIdentifier
impl StructuralPartialEq for RunwayIdentifier
Auto Trait Implementations§
impl Freeze for RunwayIdentifier
impl RefUnwindSafe for RunwayIdentifier
impl Send for RunwayIdentifier
impl Sync for RunwayIdentifier
impl Unpin for RunwayIdentifier
impl UnwindSafe for RunwayIdentifier
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