pub struct PatchMetadataService {
pub uris: Vec<String>,
pub patches: Vec<MetadataPatch>,
}Expand description
Patch metadata service
Fields§
§uris: Vec<String>§patches: Vec<MetadataPatch>Trait Implementations§
Source§impl Clone for PatchMetadataService
impl Clone for PatchMetadataService
Source§fn clone(&self) -> PatchMetadataService
fn clone(&self) -> PatchMetadataService
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 PatchMetadataService
impl Debug for PatchMetadataService
Source§impl<'de> Deserialize<'de> for PatchMetadataService
impl<'de> Deserialize<'de> for PatchMetadataService
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 PatchMetadataService
impl RefUnwindSafe for PatchMetadataService
impl Send for PatchMetadataService
impl Sync for PatchMetadataService
impl Unpin for PatchMetadataService
impl UnsafeUnpin for PatchMetadataService
impl UnwindSafe for PatchMetadataService
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