pub struct CmaParserSupply {
pub token: Address,
pub token_ids: Vec<U256>,
}Fields§
§token: Address§token_ids: Vec<U256>Auto Trait Implementations§
impl Freeze for CmaParserSupply
impl RefUnwindSafe for CmaParserSupply
impl Send for CmaParserSupply
impl Sync for CmaParserSupply
impl Unpin for CmaParserSupply
impl UnwindSafe for CmaParserSupply
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