pub struct UpgradeType(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
Source§impl Clone for UpgradeType
impl Clone for UpgradeType
Source§fn clone(&self) -> UpgradeType
fn clone(&self) -> UpgradeType
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 UpgradeType
impl Debug for UpgradeType
Source§impl<Out: Write> Pack<Out> for UpgradeType
impl<Out: Write> Pack<Out> for UpgradeType
Source§impl PartialEq for UpgradeType
impl PartialEq for UpgradeType
Source§impl<In: Read> Unpack<In> for UpgradeType
impl<In: Read> Unpack<In> for UpgradeType
impl Eq for UpgradeType
impl StructuralPartialEq for UpgradeType
Auto Trait Implementations§
impl Freeze for UpgradeType
impl RefUnwindSafe for UpgradeType
impl Send for UpgradeType
impl Sync for UpgradeType
impl Unpin for UpgradeType
impl UnwindSafe for UpgradeType
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