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