pub struct LSPSRequestId(pub String);Expand description
A JSON-RPC request’s id.
Please refer to the JSON-RPC 2.0 specification for more information.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for LSPSRequestId
impl Clone for LSPSRequestId
Source§fn clone(&self) -> LSPSRequestId
fn clone(&self) -> LSPSRequestId
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 LSPSRequestId
impl Debug for LSPSRequestId
Source§impl<'de> Deserialize<'de> for LSPSRequestId
impl<'de> Deserialize<'de> for LSPSRequestId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for LSPSRequestId
impl Hash for LSPSRequestId
Source§impl PartialEq<LSPSRequestId> for (LSPSRequestId, (LSPS5AppName, LSPS5WebhookUrl))
impl PartialEq<LSPSRequestId> for (LSPSRequestId, (LSPS5AppName, LSPS5WebhookUrl))
Source§impl PartialEq<LSPSRequestId> for (LSPSRequestId, LSPS5AppName)
impl PartialEq<LSPSRequestId> for (LSPSRequestId, LSPS5AppName)
Source§impl PartialEq for LSPSRequestId
impl PartialEq for LSPSRequestId
Source§impl Readable for LSPSRequestId
impl Readable for LSPSRequestId
Source§impl Serialize for LSPSRequestId
impl Serialize for LSPSRequestId
Source§impl Writeable for LSPSRequestId
impl Writeable for LSPSRequestId
impl Eq for LSPSRequestId
impl StructuralPartialEq for LSPSRequestId
Auto Trait Implementations§
impl Freeze for LSPSRequestId
impl RefUnwindSafe for LSPSRequestId
impl Send for LSPSRequestId
impl Sync for LSPSRequestId
impl Unpin for LSPSRequestId
impl UnwindSafe for LSPSRequestId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> LengthReadable for Twhere
T: Readable,
impl<T> LengthReadable for Twhere
T: Readable,
Source§fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
fn read_from_fixed_length_buffer<R>(reader: &mut R) -> Result<T, DecodeError>where
R: LengthLimitedRead,
Reads a
Self in from the given LengthLimitedRead.