pub struct WriteOutput {
pub edits: Vec<Edit>,
pub diagnostics: Vec<Diagnostic>,
}Fields§
§edits: Vec<Edit>§diagnostics: Vec<Diagnostic>Trait Implementations§
Source§impl Clone for WriteOutput
impl Clone for WriteOutput
Source§fn clone(&self) -> WriteOutput
fn clone(&self) -> WriteOutput
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 moreSource§impl Debug for WriteOutput
impl Debug for WriteOutput
Source§impl Default for WriteOutput
impl Default for WriteOutput
Source§fn default() -> WriteOutput
fn default() -> WriteOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WriteOutput
impl<'de> Deserialize<'de> for WriteOutput
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
Auto Trait Implementations§
impl Freeze for WriteOutput
impl RefUnwindSafe for WriteOutput
impl Send for WriteOutput
impl Sync for WriteOutput
impl Unpin for WriteOutput
impl UnsafeUnpin for WriteOutput
impl UnwindSafe for WriteOutput
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