Enum convey_rs::property::TextPropertyHistory
source · pub enum TextPropertyHistory {
BaseHistory(BaseHistory),
ArgumentHistory(ArgumentHistory),
StringTableEntryHistory(StringTableEntryHistory),
TransformHistory(TransformHistory),
NoneHistory(NoneHistory),
None,
}Variants§
BaseHistory(BaseHistory)
ArgumentHistory(ArgumentHistory)
StringTableEntryHistory(StringTableEntryHistory)
TransformHistory(TransformHistory)
NoneHistory(NoneHistory)
None
Trait Implementations§
source§impl Clone for TextPropertyHistory
impl Clone for TextPropertyHistory
source§fn clone(&self) -> TextPropertyHistory
fn clone(&self) -> TextPropertyHistory
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 TextPropertyHistory
impl Debug for TextPropertyHistory
source§impl Default for TextPropertyHistory
impl Default for TextPropertyHistory
source§fn default() -> TextPropertyHistory
fn default() -> TextPropertyHistory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TextPropertyHistory
impl<'de> Deserialize<'de> for TextPropertyHistory
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 TextPropertyHistory
impl RefUnwindSafe for TextPropertyHistory
impl Send for TextPropertyHistory
impl Sync for TextPropertyHistory
impl Unpin for TextPropertyHistory
impl UnwindSafe for TextPropertyHistory
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