pub struct RefactorProviderResult {
pub affected_iris: Vec<String>,
pub hints: Vec<String>,
}Expand description
Thin refactor preview tip (does not apply edits).
Fields§
§affected_iris: Vec<String>§hints: Vec<String>Trait Implementations§
Source§impl Clone for RefactorProviderResult
impl Clone for RefactorProviderResult
Source§fn clone(&self) -> RefactorProviderResult
fn clone(&self) -> RefactorProviderResult
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 RefactorProviderResult
impl Debug for RefactorProviderResult
Source§impl Default for RefactorProviderResult
impl Default for RefactorProviderResult
Source§fn default() -> RefactorProviderResult
fn default() -> RefactorProviderResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RefactorProviderResult
impl<'de> Deserialize<'de> for RefactorProviderResult
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 RefactorProviderResult
impl RefUnwindSafe for RefactorProviderResult
impl Send for RefactorProviderResult
impl Sync for RefactorProviderResult
impl Unpin for RefactorProviderResult
impl UnsafeUnpin for RefactorProviderResult
impl UnwindSafe for RefactorProviderResult
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