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