pub struct LayerFileChange {
pub layer: String,
pub summary: String,
pub files: Vec<String>,
}Fields§
§layer: String§summary: String§files: Vec<String>Trait Implementations§
Source§impl Clone for LayerFileChange
impl Clone for LayerFileChange
Source§fn clone(&self) -> LayerFileChange
fn clone(&self) -> LayerFileChange
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 LayerFileChange
impl Debug for LayerFileChange
Source§impl<'de> Deserialize<'de> for LayerFileChange
impl<'de> Deserialize<'de> for LayerFileChange
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 LayerFileChange
impl PartialEq for LayerFileChange
Source§impl Serialize for LayerFileChange
impl Serialize for LayerFileChange
impl Eq for LayerFileChange
impl StructuralPartialEq for LayerFileChange
Auto Trait Implementations§
impl Freeze for LayerFileChange
impl RefUnwindSafe for LayerFileChange
impl Send for LayerFileChange
impl Sync for LayerFileChange
impl Unpin for LayerFileChange
impl UnsafeUnpin for LayerFileChange
impl UnwindSafe for LayerFileChange
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