pub struct BadFetchUsersByIdsQuery {
pub query: Option<Vec<String>>,
}Fields§
§query: Option<Vec<String>>Implementations§
Source§impl BadFetchUsersByIdsQuery
impl BadFetchUsersByIdsQuery
pub fn new() -> BadFetchUsersByIdsQuery
Trait Implementations§
Source§impl Clone for BadFetchUsersByIdsQuery
impl Clone for BadFetchUsersByIdsQuery
Source§fn clone(&self) -> BadFetchUsersByIdsQuery
fn clone(&self) -> BadFetchUsersByIdsQuery
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 BadFetchUsersByIdsQuery
impl Debug for BadFetchUsersByIdsQuery
Source§impl Default for BadFetchUsersByIdsQuery
impl Default for BadFetchUsersByIdsQuery
Source§fn default() -> BadFetchUsersByIdsQuery
fn default() -> BadFetchUsersByIdsQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BadFetchUsersByIdsQuery
impl<'de> Deserialize<'de> for BadFetchUsersByIdsQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BadFetchUsersByIdsQuery
impl PartialEq for BadFetchUsersByIdsQuery
Source§impl Serialize for BadFetchUsersByIdsQuery
impl Serialize for BadFetchUsersByIdsQuery
impl StructuralPartialEq for BadFetchUsersByIdsQuery
Auto Trait Implementations§
impl Freeze for BadFetchUsersByIdsQuery
impl RefUnwindSafe for BadFetchUsersByIdsQuery
impl Send for BadFetchUsersByIdsQuery
impl Sync for BadFetchUsersByIdsQuery
impl Unpin for BadFetchUsersByIdsQuery
impl UnwindSafe for BadFetchUsersByIdsQuery
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