pub struct Extrinsic {
pub extrinsic: Vec<u8>,
pub hash: OpaqueHash,
pub len: u32,
}Expand description
Extrinsic context
Fields§
§extrinsic: Vec<u8>The extrinsic
hash: OpaqueHashThe extrinsic hash
len: u32The extrinsic length
Auto Trait Implementations§
impl Freeze for Extrinsic
impl RefUnwindSafe for Extrinsic
impl Send for Extrinsic
impl Sync for Extrinsic
impl Unpin for Extrinsic
impl UnwindSafe for Extrinsic
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