pub struct ApplyWorkspaceEditResponse {
pub applied: bool,
}
Fields§
§applied: bool
Indicates 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
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 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