pub struct CmaParserUnidentifiedInput {
pub raw_input: CmaParserUnidentifiedInputType,
pub msg_sender: Address,
}Fields§
§raw_input: CmaParserUnidentifiedInputType§msg_sender: AddressTrait Implementations§
Source§impl Clone for CmaParserUnidentifiedInput
impl Clone for CmaParserUnidentifiedInput
Source§fn clone(&self) -> CmaParserUnidentifiedInput
fn clone(&self) -> CmaParserUnidentifiedInput
Returns a duplicate 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 Debug for CmaParserUnidentifiedInput
impl Debug for CmaParserUnidentifiedInput
impl Eq for CmaParserUnidentifiedInput
impl StructuralPartialEq for CmaParserUnidentifiedInput
Auto Trait Implementations§
impl Freeze for CmaParserUnidentifiedInput
impl RefUnwindSafe for CmaParserUnidentifiedInput
impl Send for CmaParserUnidentifiedInput
impl Sync for CmaParserUnidentifiedInput
impl Unpin for CmaParserUnidentifiedInput
impl UnwindSafe for CmaParserUnidentifiedInput
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