Struct witx::parser::RecordSyntax
source · [−]pub struct RecordSyntax<'a> {
pub fields: Vec<Documented<'a, FieldSyntax<'a>>>,
}
Fields
fields: Vec<Documented<'a, FieldSyntax<'a>>>
Trait Implementations
sourceimpl<'a> Clone for RecordSyntax<'a>
impl<'a> Clone for RecordSyntax<'a>
sourcefn clone(&self) -> RecordSyntax<'a>
fn clone(&self) -> RecordSyntax<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for RecordSyntax<'a>
impl<'a> Debug for RecordSyntax<'a>
sourceimpl<'a> Parse<'a> for RecordSyntax<'a>
impl<'a> Parse<'a> for RecordSyntax<'a>
sourceimpl<'a> PartialEq<RecordSyntax<'a>> for RecordSyntax<'a>
impl<'a> PartialEq<RecordSyntax<'a>> for RecordSyntax<'a>
sourcefn eq(&self, other: &RecordSyntax<'a>) -> bool
fn eq(&self, other: &RecordSyntax<'a>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &RecordSyntax<'a>) -> bool
fn ne(&self, other: &RecordSyntax<'a>) -> bool
This method tests for !=
.
impl<'a> Eq for RecordSyntax<'a>
impl<'a> StructuralEq for RecordSyntax<'a>
impl<'a> StructuralPartialEq for RecordSyntax<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for RecordSyntax<'a>
impl<'a> Send for RecordSyntax<'a>
impl<'a> Sync for RecordSyntax<'a>
impl<'a> Unpin for RecordSyntax<'a>
impl<'a> UnwindSafe for RecordSyntax<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more