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