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