pub type ColumnDefinitionCatalog = ConstBytes<Catalog, 4>;
Aliased Type§
struct ColumnDefinitionCatalog(/* private fields */);
Trait Implementations
Source§impl<T: Clone, const LEN: usize> Clone for ConstBytes<T, LEN>
impl<T: Clone, const LEN: usize> Clone for ConstBytes<T, LEN>
Source§fn clone(&self) -> ConstBytes<T, LEN>
fn clone(&self) -> ConstBytes<T, LEN>
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<T: Default, const LEN: usize> Default for ConstBytes<T, LEN>
impl<T: Default, const LEN: usize> Default for ConstBytes<T, LEN>
Source§fn default() -> ConstBytes<T, LEN>
fn default() -> ConstBytes<T, LEN>
Returns the “default value” for a type. Read more