Struct convey_rs::property::BaseHistory
source · pub struct BaseHistory {
pub namespace: String,
pub key: String,
pub value: String,
}Fields§
§namespace: String§key: String§value: StringTrait Implementations§
source§impl Clone for BaseHistory
impl Clone for BaseHistory
source§fn clone(&self) -> BaseHistory
fn clone(&self) -> BaseHistory
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 BaseHistory
impl Debug for BaseHistory
source§impl Default for BaseHistory
impl Default for BaseHistory
source§fn default() -> BaseHistory
fn default() -> BaseHistory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BaseHistory
impl<'de> Deserialize<'de> for BaseHistory
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
Auto Trait Implementations§
impl Freeze for BaseHistory
impl RefUnwindSafe for BaseHistory
impl Send for BaseHistory
impl Sync for BaseHistory
impl Unpin for BaseHistory
impl UnwindSafe for BaseHistory
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