pub struct ApplyWorkspaceEditResponse {
pub applied: bool,
}Fields§
§applied: boolIndicates whether the edit was applied or not.
Trait Implementations§
Source§impl Debug for ApplyWorkspaceEditResponse
impl Debug for ApplyWorkspaceEditResponse
Source§impl<'de> Deserialize<'de> for ApplyWorkspaceEditResponse
impl<'de> Deserialize<'de> for ApplyWorkspaceEditResponse
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 ApplyWorkspaceEditResponse
impl PartialEq for ApplyWorkspaceEditResponse
Source§fn eq(&self, other: &ApplyWorkspaceEditResponse) -> bool
fn eq(&self, other: &ApplyWorkspaceEditResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ApplyWorkspaceEditResponse
impl StructuralPartialEq for ApplyWorkspaceEditResponse
Auto Trait Implementations§
impl Freeze for ApplyWorkspaceEditResponse
impl RefUnwindSafe for ApplyWorkspaceEditResponse
impl Send for ApplyWorkspaceEditResponse
impl Sync for ApplyWorkspaceEditResponse
impl Unpin for ApplyWorkspaceEditResponse
impl UnsafeUnpin for ApplyWorkspaceEditResponse
impl UnwindSafe for ApplyWorkspaceEditResponse
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