Struct fuel_core_client::client::schema::message::MessageProofArgsFields
source · pub struct MessageProofArgsFields;
Implementations§
source§impl MessageProofArgsFields
impl MessageProofArgsFields
pub fn transaction_id() -> VariableDefinition<MessageProofArgs, TransactionId>
pub fn message_id() -> VariableDefinition<MessageProofArgs, MessageId>
pub fn commit_block_id( ) -> VariableDefinition<MessageProofArgs, Option<BlockId>>
pub fn commit_block_height( ) -> VariableDefinition<MessageProofArgs, Option<U32>>
Auto Trait Implementations§
impl RefUnwindSafe for MessageProofArgsFields
impl Send for MessageProofArgsFields
impl Sync for MessageProofArgsFields
impl Unpin for MessageProofArgsFields
impl UnwindSafe for MessageProofArgsFields
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