Struct AnvilLoadState
pub struct AnvilLoadState(pub Bytes);Tuple Fields§
§0: BytesTrait Implementations§
§impl Debug for AnvilLoadState
impl Debug for AnvilLoadState
§impl JsonRPCMsgT for AnvilLoadState
impl JsonRPCMsgT for AnvilLoadState
fn method() -> &'static str
fn into_params(self) -> impl ToRpcParams + Send + 'static
§impl Serialize for AnvilLoadState
impl Serialize for AnvilLoadState
Auto Trait Implementations§
impl !Freeze for AnvilLoadState
impl RefUnwindSafe for AnvilLoadState
impl Send for AnvilLoadState
impl Sync for AnvilLoadState
impl Unpin for AnvilLoadState
impl UnwindSafe for AnvilLoadState
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