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