pub struct UpdatePackage {
pub inner: UpdatePackage,
pub raw: Vec<u8>,
}
Fields§
§inner: UpdatePackage
§raw: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePackage
impl Clone for UpdatePackage
Source§fn clone(&self) -> UpdatePackage
fn clone(&self) -> UpdatePackage
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 UpdatePackage
impl Debug for UpdatePackage
Source§impl PartialEq for UpdatePackage
impl PartialEq for UpdatePackage
impl Eq for UpdatePackage
impl StructuralPartialEq for UpdatePackage
Auto Trait Implementations§
impl Freeze for UpdatePackage
impl RefUnwindSafe for UpdatePackage
impl Send for UpdatePackage
impl Sync for UpdatePackage
impl Unpin for UpdatePackage
impl UnwindSafe for UpdatePackage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.