Struct lsp_types::PreviousResultId
source · pub struct PreviousResultId {
pub uri: Url,
pub value: String,
}
Expand description
A previous result ID in a workspace pull request.
@since 3.17.0
Fields§
§uri: Url
The URI for which the client knows a result ID.
value: String
The value of the previous result ID.
Trait Implementations§
source§impl Clone for PreviousResultId
impl Clone for PreviousResultId
source§fn clone(&self) -> PreviousResultId
fn clone(&self) -> PreviousResultId
Returns a copy 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 PreviousResultId
impl Debug for PreviousResultId
source§impl<'de> Deserialize<'de> for PreviousResultId
impl<'de> Deserialize<'de> for PreviousResultId
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 PartialEq for PreviousResultId
impl PartialEq for PreviousResultId
source§impl Serialize for PreviousResultId
impl Serialize for PreviousResultId
impl Eq for PreviousResultId
impl StructuralPartialEq for PreviousResultId
Auto Trait Implementations§
impl Freeze for PreviousResultId
impl RefUnwindSafe for PreviousResultId
impl Send for PreviousResultId
impl Sync for PreviousResultId
impl Unpin for PreviousResultId
impl UnwindSafe for PreviousResultId
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.