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