Struct fuel_core::query::asset_query::Exclude
source · pub struct Exclude {
pub coin_ids: HashSet<CoinId>,
}
Fields§
§coin_ids: HashSet<CoinId>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Exclude
impl Send for Exclude
impl Sync for Exclude
impl Unpin for Exclude
impl UnwindSafe for Exclude
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