pub struct SemanticSummary {
pub changes: String,
pub auth_security: String,
pub layer_file_changes: Vec<LayerFileChange>,
}Fields§
§changes: String§auth_security: String§layer_file_changes: Vec<LayerFileChange>Trait Implementations§
Source§impl Clone for SemanticSummary
impl Clone for SemanticSummary
Source§fn clone(&self) -> SemanticSummary
fn clone(&self) -> SemanticSummary
Returns a duplicate of the value. Read more
1.0.0 · 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 SemanticSummary
impl Debug for SemanticSummary
Source§impl<'de> Deserialize<'de> for SemanticSummary
impl<'de> Deserialize<'de> for SemanticSummary
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 SemanticSummary
impl PartialEq for SemanticSummary
Source§impl Serialize for SemanticSummary
impl Serialize for SemanticSummary
impl Eq for SemanticSummary
impl StructuralPartialEq for SemanticSummary
Auto Trait Implementations§
impl Freeze for SemanticSummary
impl RefUnwindSafe for SemanticSummary
impl Send for SemanticSummary
impl Sync for SemanticSummary
impl Unpin for SemanticSummary
impl UnsafeUnpin for SemanticSummary
impl UnwindSafe for SemanticSummary
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