pub struct BadFetchOrgQuery {
pub page_size: Option<Vec<String>>,
pub page_number: Option<Vec<String>>,
}Fields§
§page_size: Option<Vec<String>>§page_number: Option<Vec<String>>Implementations§
Source§impl BadFetchOrgQuery
impl BadFetchOrgQuery
pub fn new() -> BadFetchOrgQuery
Trait Implementations§
Source§impl Clone for BadFetchOrgQuery
impl Clone for BadFetchOrgQuery
Source§fn clone(&self) -> BadFetchOrgQuery
fn clone(&self) -> BadFetchOrgQuery
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 BadFetchOrgQuery
impl Debug for BadFetchOrgQuery
Source§impl Default for BadFetchOrgQuery
impl Default for BadFetchOrgQuery
Source§fn default() -> BadFetchOrgQuery
fn default() -> BadFetchOrgQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BadFetchOrgQuery
impl<'de> Deserialize<'de> for BadFetchOrgQuery
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 BadFetchOrgQuery
impl PartialEq for BadFetchOrgQuery
Source§impl Serialize for BadFetchOrgQuery
impl Serialize for BadFetchOrgQuery
impl StructuralPartialEq for BadFetchOrgQuery
Auto Trait Implementations§
impl Freeze for BadFetchOrgQuery
impl RefUnwindSafe for BadFetchOrgQuery
impl Send for BadFetchOrgQuery
impl Sync for BadFetchOrgQuery
impl Unpin for BadFetchOrgQuery
impl UnwindSafe for BadFetchOrgQuery
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