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 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 SchemaStaticArray
impl Debug for SchemaStaticArray
Source§impl PartialEq for SchemaStaticArray
impl PartialEq for SchemaStaticArray
impl StructuralPartialEq for SchemaStaticArray
Auto Trait Implementations§
impl Freeze for SchemaStaticArray
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