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