pub struct ActionWriteSpec {
pub name: String,
pub value_type: ValueType,
pub from_input: String,
}Fields§
§name: String§value_type: ValueType§from_input: StringTrait Implementations§
Source§impl Clone for ActionWriteSpec
impl Clone for ActionWriteSpec
Source§fn clone(&self) -> ActionWriteSpec
fn clone(&self) -> ActionWriteSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActionWriteSpec
impl Debug for ActionWriteSpec
Source§impl PartialEq for ActionWriteSpec
impl PartialEq for ActionWriteSpec
Source§fn eq(&self, other: &ActionWriteSpec) -> bool
fn eq(&self, other: &ActionWriteSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionWriteSpec
Auto Trait Implementations§
impl Freeze for ActionWriteSpec
impl RefUnwindSafe for ActionWriteSpec
impl Send for ActionWriteSpec
impl Sync for ActionWriteSpec
impl Unpin for ActionWriteSpec
impl UnsafeUnpin for ActionWriteSpec
impl UnwindSafe for ActionWriteSpec
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