pub struct StorePackageInput<'a> {
pub candidate_family: CandidateFamilyId,
pub schema_version: u32,
pub bytes: &'a [u8],
pub object: ExactObjectRef,
}Fields§
§candidate_family: CandidateFamilyId§schema_version: u32§bytes: &'a [u8]§object: ExactObjectRefAuto Trait Implementations§
impl<'a> Freeze for StorePackageInput<'a>
impl<'a> RefUnwindSafe for StorePackageInput<'a>
impl<'a> Send for StorePackageInput<'a>
impl<'a> Sync for StorePackageInput<'a>
impl<'a> Unpin for StorePackageInput<'a>
impl<'a> UnsafeUnpin for StorePackageInput<'a>
impl<'a> UnwindSafe for StorePackageInput<'a>
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