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