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