Struct hydrate_pipeline::SchemaStaticArray
source · pub struct SchemaStaticArray { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for SchemaStaticArray
impl Clone for SchemaStaticArray
source§fn clone(&self) -> SchemaStaticArray
fn clone(&self) -> SchemaStaticArray
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 SchemaStaticArray
impl Debug for SchemaStaticArray
source§impl PartialEq for SchemaStaticArray
impl PartialEq for SchemaStaticArray
source§fn eq(&self, other: &SchemaStaticArray) -> bool
fn eq(&self, other: &SchemaStaticArray) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SchemaStaticArray
Auto Trait Implementations§
impl RefUnwindSafe for SchemaStaticArray
impl Send for SchemaStaticArray
impl Sync for SchemaStaticArray
impl Unpin for SchemaStaticArray
impl UnwindSafe for SchemaStaticArray
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