Struct mz_avro::schema::NamedSchemaPiece
source · pub struct NamedSchemaPiece {
pub name: FullName,
pub piece: SchemaPiece,
}
Fields§
§name: FullName
§piece: SchemaPiece
Trait Implementations§
source§impl Clone for NamedSchemaPiece
impl Clone for NamedSchemaPiece
source§fn clone(&self) -> NamedSchemaPiece
fn clone(&self) -> NamedSchemaPiece
Returns a copy 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 NamedSchemaPiece
impl Debug for NamedSchemaPiece
source§impl PartialEq for NamedSchemaPiece
impl PartialEq for NamedSchemaPiece
source§fn eq(&self, other: &NamedSchemaPiece) -> bool
fn eq(&self, other: &NamedSchemaPiece) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NamedSchemaPiece
Auto Trait Implementations§
impl RefUnwindSafe for NamedSchemaPiece
impl Send for NamedSchemaPiece
impl Sync for NamedSchemaPiece
impl Unpin for NamedSchemaPiece
impl UnwindSafe for NamedSchemaPiece
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