pub struct AccumulableInfo {
pub accumullable_info_id: Option<i64>,
pub name: Option<String>,
pub update: Option<String>,
pub value: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§accumullable_info_id: Option<i64>no description provided
name: Option<String>no description provided
update: Option<String>no description provided
value: Option<String>no description provided
Trait Implementations§
Source§impl Clone for AccumulableInfo
impl Clone for AccumulableInfo
Source§fn clone(&self) -> AccumulableInfo
fn clone(&self) -> AccumulableInfo
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 AccumulableInfo
impl Debug for AccumulableInfo
Source§impl Default for AccumulableInfo
impl Default for AccumulableInfo
Source§fn default() -> AccumulableInfo
fn default() -> AccumulableInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccumulableInfo
impl<'de> Deserialize<'de> for AccumulableInfo
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 Serialize for AccumulableInfo
impl Serialize for AccumulableInfo
impl Part for AccumulableInfo
Auto Trait Implementations§
impl Freeze for AccumulableInfo
impl RefUnwindSafe for AccumulableInfo
impl Send for AccumulableInfo
impl Sync for AccumulableInfo
impl Unpin for AccumulableInfo
impl UnwindSafe for AccumulableInfo
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