pub enum A8MiniComplexHTTPQuery {
GetPhoto(u32),
GetVideo(u32),
}Expand description
Enums for complex HTTP queries
Variants§
Trait Implementations§
Source§impl Clone for A8MiniComplexHTTPQuery
impl Clone for A8MiniComplexHTTPQuery
Source§fn clone(&self) -> A8MiniComplexHTTPQuery
fn clone(&self) -> A8MiniComplexHTTPQuery
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 A8MiniComplexHTTPQuery
impl Debug for A8MiniComplexHTTPQuery
Source§impl PartialEq for A8MiniComplexHTTPQuery
impl PartialEq for A8MiniComplexHTTPQuery
impl Copy for A8MiniComplexHTTPQuery
impl Eq for A8MiniComplexHTTPQuery
impl StructuralPartialEq for A8MiniComplexHTTPQuery
Auto Trait Implementations§
impl Freeze for A8MiniComplexHTTPQuery
impl RefUnwindSafe for A8MiniComplexHTTPQuery
impl Send for A8MiniComplexHTTPQuery
impl Sync for A8MiniComplexHTTPQuery
impl Unpin for A8MiniComplexHTTPQuery
impl UnsafeUnpin for A8MiniComplexHTTPQuery
impl UnwindSafe for A8MiniComplexHTTPQuery
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.