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