pub struct PackedAction(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
Source§impl AsRef<[u8]> for PackedAction
impl AsRef<[u8]> for PackedAction
Source§impl Clone for PackedAction
impl Clone for PackedAction
Source§fn clone(&self) -> PackedAction
fn clone(&self) -> PackedAction
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 PackedAction
impl Debug for PackedAction
Source§impl<'de> Deserialize<'de> for PackedAction
impl<'de> Deserialize<'de> for PackedAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PackedAction> for Vec<u8>
impl From<PackedAction> for Vec<u8>
Source§fn from(original: PackedAction) -> Self
fn from(original: PackedAction) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PackedAction
impl PartialEq for PackedAction
Source§impl Serialize for PackedAction
impl Serialize for PackedAction
impl Eq for PackedAction
impl StructuralPartialEq for PackedAction
Auto Trait Implementations§
impl Freeze for PackedAction
impl RefUnwindSafe for PackedAction
impl Send for PackedAction
impl Sync for PackedAction
impl Unpin for PackedAction
impl UnwindSafe for PackedAction
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