Struct fuel_core_client::client::schema::schema::MessageProof
source · pub struct MessageProof;
Trait Implementations§
source§impl HasField<__typename> for MessageProof
impl HasField<__typename> for MessageProof
source§impl HasField<data> for MessageProof
impl HasField<data> for MessageProof
source§impl HasField<header> for MessageProof
impl HasField<header> for MessageProof
source§impl HasField<nonce> for MessageProof
impl HasField<nonce> for MessageProof
source§impl HasField<proofIndex> for MessageProof
impl HasField<proofIndex> for MessageProof
source§impl HasField<proofSet> for MessageProof
impl HasField<proofSet> for MessageProof
source§impl HasField<recipient> for MessageProof
impl HasField<recipient> for MessageProof
source§impl HasField<sender> for MessageProof
impl HasField<sender> for MessageProof
source§impl HasField<signature> for MessageProof
impl HasField<signature> for MessageProof
Auto Trait Implementations§
impl RefUnwindSafe for MessageProof
impl Send for MessageProof
impl Sync for MessageProof
impl Unpin for MessageProof
impl UnwindSafe for MessageProof
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