pub struct TypeDiff {
pub definition_changed: bool,
}Expand description
Diff for a type
Fields§
§definition_changed: boolWhether the definition changed
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TypeDiff
impl<'de> Deserialize<'de> for TypeDiff
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 TypeDiff
impl StructuralPartialEq for TypeDiff
Auto Trait Implementations§
impl Freeze for TypeDiff
impl RefUnwindSafe for TypeDiff
impl Send for TypeDiff
impl Sync for TypeDiff
impl Unpin for TypeDiff
impl UnsafeUnpin for TypeDiff
impl UnwindSafe for TypeDiff
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