pub struct PersonalizedImage {
pub image: Vec<u8>,
pub build_manifest: Vec<u8>,
pub trustcache: Vec<u8>,
}
Fields§
§image: Vec<u8>
§build_manifest: Vec<u8>
§trustcache: Vec<u8>
Auto Trait Implementations§
impl Freeze for PersonalizedImage
impl RefUnwindSafe for PersonalizedImage
impl Send for PersonalizedImage
impl Sync for PersonalizedImage
impl Unpin for PersonalizedImage
impl UnwindSafe for PersonalizedImage
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