pub struct Bytes(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Implementations§
Trait Implementations§
impl Eq for Bytes
impl StructuralPartialEq for Bytes
Auto Trait Implementations§
impl Freeze for Bytes
impl RefUnwindSafe for Bytes
impl Send for Bytes
impl Sync for Bytes
impl Unpin for Bytes
impl UnwindSafe for Bytes
Blanket Implementations§
Source§impl<T> AbiDecodeZero for T
impl<T> AbiDecodeZero for T
Source§impl<T> AbiEncodeZero for T
impl<T> AbiEncodeZero for T
fn enc_zero(out: &mut AbiEncoder)
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