pub struct BranchDest(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for BranchDest
impl Clone for BranchDest
Source§fn clone(&self) -> BranchDest
fn clone(&self) -> BranchDest
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 BranchDest
impl Debug for BranchDest
Source§impl Display for BranchDest
impl Display for BranchDest
Source§impl From<BranchDest> for Argument
impl From<BranchDest> for Argument
Source§fn from(x: BranchDest) -> Argument
fn from(x: BranchDest) -> Argument
Converts to this type from the input type.
Source§impl From<i16> for BranchDest
impl From<i16> for BranchDest
Source§fn from(x: i16) -> BranchDest
fn from(x: i16) -> BranchDest
Converts to this type from the input type.
Source§impl From<i32> for BranchDest
impl From<i32> for BranchDest
Source§fn from(x: i32) -> BranchDest
fn from(x: i32) -> BranchDest
Converts to this type from the input type.
Source§impl Hash for BranchDest
impl Hash for BranchDest
Source§impl Ord for BranchDest
impl Ord for BranchDest
Source§fn cmp(&self, other: &BranchDest) -> Ordering
fn cmp(&self, other: &BranchDest) -> 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 BranchDest
impl PartialEq for BranchDest
Source§impl PartialOrd for BranchDest
impl PartialOrd for BranchDest
impl Copy for BranchDest
impl Eq for BranchDest
impl StructuralPartialEq for BranchDest
Auto Trait Implementations§
impl Freeze for BranchDest
impl RefUnwindSafe for BranchDest
impl Send for BranchDest
impl Sync for BranchDest
impl Unpin for BranchDest
impl UnwindSafe for BranchDest
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