Struct pax_message::ImagePatch
source · #[repr(C)]pub struct ImagePatch {
pub id_chain: Vec<u64>,
pub path: Option<String>,
}Fields§
§id_chain: Vec<u64>§path: Option<String>Trait Implementations§
source§impl Default for ImagePatch
impl Default for ImagePatch
source§fn default() -> ImagePatch
fn default() -> ImagePatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ImagePatch
impl Send for ImagePatch
impl Sync for ImagePatch
impl Unpin for ImagePatch
impl UnwindSafe for ImagePatch
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