pub struct CardQuery(/* private fields */);Implementations§
Source§impl CardQuery
impl CardQuery
pub fn new() -> Self
pub async fn send(self) -> Result<Vec<Card>>
pub fn into_url(self) -> Url
pub fn archetype(self, archetype: &str) -> Self
pub fn atk(self, atk: &str) -> Self
pub fn attribute(self, attribute: &str) -> Self
pub fn banlist(self, banlist: &str) -> Self
pub fn cardset(self, set: &str) -> Self
pub fn def(self, def: &str) -> Self
pub fn id(self, id: CardId) -> Self
pub fn fname(self, fname: &str) -> Self
pub fn format(self, format: &str) -> Self
pub fn konami_id(self, id: u32) -> Self
pub fn language(self, language: Language) -> Self
pub fn level(self, level: &str) -> Self
pub fn link(self, value: u8) -> Self
pub fn linkmarker(self, marker: &str) -> Self
pub fn misc(self, yes: bool) -> Self
pub fn name(self, name: &str) -> Self
pub fn race(self, race: CardRace) -> Self
pub fn scale(self, scale: u8) -> Self
pub fn sort(self, sort: &str) -> Self
pub fn staple(self, yes: bool) -> Self
pub fn type(self, type: CardType) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CardQuery
impl RefUnwindSafe for CardQuery
impl Send for CardQuery
impl Sync for CardQuery
impl Unpin for CardQuery
impl UnsafeUnpin for CardQuery
impl UnwindSafe for CardQuery
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