pub struct FormRecord {
pub path: LockboxPath,
pub name: String,
pub type_id: FormTypeId,
pub definition_alias: String,
pub definition_revision: u32,
pub values: Vec<FormFieldValue>,
}Fields§
§path: LockboxPath§name: String§type_id: FormTypeId§definition_alias: String§definition_revision: u32§values: Vec<FormFieldValue>Trait Implementations§
Source§impl Clone for FormRecord
impl Clone for FormRecord
Source§fn clone(&self) -> FormRecord
fn clone(&self) -> FormRecord
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 moreAuto Trait Implementations§
impl Freeze for FormRecord
impl RefUnwindSafe for FormRecord
impl Send for FormRecord
impl Sync for FormRecord
impl Unpin for FormRecord
impl UnsafeUnpin for FormRecord
impl UnwindSafe for FormRecord
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