Struct starknet_core::types::requests::EstimateMessageFeeRequestRef
source · pub struct EstimateMessageFeeRequestRef<'a> {
pub message: &'a MsgFromL1,
pub block_id: &'a BlockId,
}Expand description
Reference version of EstimateMessageFeeRequest.
Fields§
§message: &'a MsgFromL1§block_id: &'a BlockIdTrait Implementations§
source§impl<'a> Clone for EstimateMessageFeeRequestRef<'a>
impl<'a> Clone for EstimateMessageFeeRequestRef<'a>
source§fn clone(&self) -> EstimateMessageFeeRequestRef<'a>
fn clone(&self) -> EstimateMessageFeeRequestRef<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a> Debug for EstimateMessageFeeRequestRef<'a>
impl<'a> Debug for EstimateMessageFeeRequestRef<'a>
source§impl<'a> PartialEq for EstimateMessageFeeRequestRef<'a>
impl<'a> PartialEq for EstimateMessageFeeRequestRef<'a>
source§fn eq(&self, other: &EstimateMessageFeeRequestRef<'a>) -> bool
fn eq(&self, other: &EstimateMessageFeeRequestRef<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'a> Serialize for EstimateMessageFeeRequestRef<'a>
impl<'a> Serialize for EstimateMessageFeeRequestRef<'a>
impl<'a> Eq for EstimateMessageFeeRequestRef<'a>
impl<'a> StructuralEq for EstimateMessageFeeRequestRef<'a>
impl<'a> StructuralPartialEq for EstimateMessageFeeRequestRef<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EstimateMessageFeeRequestRef<'a>
impl<'a> Send for EstimateMessageFeeRequestRef<'a>
impl<'a> Sync for EstimateMessageFeeRequestRef<'a>
impl<'a> Unpin for EstimateMessageFeeRequestRef<'a>
impl<'a> UnwindSafe for EstimateMessageFeeRequestRef<'a>
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