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