pub struct MoonFormCapture {
pub fields: Vec<MoonFormFieldAnnotation>,
}
Fields§
§fields: Vec<MoonFormFieldAnnotation>
Trait Implementations§
Source§impl Clone for MoonFormCapture
impl Clone for MoonFormCapture
Source§fn clone(&self) -> MoonFormCapture
fn clone(&self) -> MoonFormCapture
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 MoonFormCapture
impl Debug for MoonFormCapture
Source§impl<'de> Deserialize<'de> for MoonFormCapture
impl<'de> Deserialize<'de> for MoonFormCapture
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
Source§impl PartialEq for MoonFormCapture
impl PartialEq for MoonFormCapture
Source§impl Serialize for MoonFormCapture
impl Serialize for MoonFormCapture
impl StructuralPartialEq for MoonFormCapture
Auto Trait Implementations§
impl Freeze for MoonFormCapture
impl RefUnwindSafe for MoonFormCapture
impl Send for MoonFormCapture
impl Sync for MoonFormCapture
impl Unpin for MoonFormCapture
impl UnwindSafe for MoonFormCapture
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