pub struct ApprovalFormComponentValue {
pub name: String,
pub value: String,
}Expand description
Public webhook and enterprise request/response helper types. Re-exported enterprise request/response types. Form field item for approval instance creation.
Fields§
§name: StringForm field name.
value: StringForm field value.
Implementations§
Trait Implementations§
Source§impl Clone for ApprovalFormComponentValue
impl Clone for ApprovalFormComponentValue
Source§fn clone(&self) -> ApprovalFormComponentValue
fn clone(&self) -> ApprovalFormComponentValue
Returns a duplicate 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 ApprovalFormComponentValue
impl Debug for ApprovalFormComponentValue
Auto Trait Implementations§
impl Freeze for ApprovalFormComponentValue
impl RefUnwindSafe for ApprovalFormComponentValue
impl Send for ApprovalFormComponentValue
impl Sync for ApprovalFormComponentValue
impl Unpin for ApprovalFormComponentValue
impl UnsafeUnpin for ApprovalFormComponentValue
impl UnwindSafe for ApprovalFormComponentValue
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