Struct bundlrs::pages::staff::UsersQueryProps
source · pub struct UsersQueryProps {
pub username: Option<String>,
}
Fields§
§username: Option<String>
Trait Implementations§
source§impl Default for UsersQueryProps
impl Default for UsersQueryProps
source§fn default() -> UsersQueryProps
fn default() -> UsersQueryProps
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UsersQueryProps
impl<'de> Deserialize<'de> for UsersQueryProps
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 UsersQueryProps
impl PartialEq for UsersQueryProps
source§fn eq(&self, other: &UsersQueryProps) -> bool
fn eq(&self, other: &UsersQueryProps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UsersQueryProps
Auto Trait Implementations§
impl RefUnwindSafe for UsersQueryProps
impl Send for UsersQueryProps
impl Sync for UsersQueryProps
impl Unpin for UsersQueryProps
impl UnwindSafe for UsersQueryProps
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