pub struct GitRequestId(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for GitRequestId
impl Clone for GitRequestId
Source§fn clone(&self) -> GitRequestId
fn clone(&self) -> GitRequestId
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 moreimpl Copy for GitRequestId
Source§impl Debug for GitRequestId
impl Debug for GitRequestId
Source§impl Display for GitRequestId
impl Display for GitRequestId
impl Eq for GitRequestId
Source§impl Hash for GitRequestId
impl Hash for GitRequestId
Source§impl Ord for GitRequestId
impl Ord for GitRequestId
Source§fn cmp(&self, other: &GitRequestId) -> Ordering
fn cmp(&self, other: &GitRequestId) -> 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 GitRequestId
impl PartialEq for GitRequestId
Source§impl PartialOrd for GitRequestId
impl PartialOrd for GitRequestId
impl StructuralPartialEq for GitRequestId
Auto Trait Implementations§
impl Freeze for GitRequestId
impl RefUnwindSafe for GitRequestId
impl Send for GitRequestId
impl Sync for GitRequestId
impl Unpin for GitRequestId
impl UnsafeUnpin for GitRequestId
impl UnwindSafe for GitRequestId
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