Struct SchemaNamespace
pub struct SchemaNamespace { /* private fields */ }Expand description
A schema namespace search list.
Implementations§
§impl SchemaNamespace
impl SchemaNamespace
pub const fn new(schemas: Vec<SchemaName>) -> SchemaNamespace
pub const fn new(schemas: Vec<SchemaName>) -> SchemaNamespace
Creates a schema namespace from ordered schema names.
pub fn schemas(&self) -> &[SchemaName]
pub fn schemas(&self) -> &[SchemaName]
Returns the schema list.
Trait Implementations§
§impl Clone for SchemaNamespace
impl Clone for SchemaNamespace
§fn clone(&self) -> SchemaNamespace
fn clone(&self) -> SchemaNamespace
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 more§impl Debug for SchemaNamespace
impl Debug for SchemaNamespace
§impl Default for SchemaNamespace
impl Default for SchemaNamespace
§fn default() -> SchemaNamespace
fn default() -> SchemaNamespace
Returns the “default value” for a type. Read more
§impl Hash for SchemaNamespace
impl Hash for SchemaNamespace
§impl Ord for SchemaNamespace
impl Ord for SchemaNamespace
§impl PartialEq for SchemaNamespace
impl PartialEq for SchemaNamespace
§impl PartialOrd for SchemaNamespace
impl PartialOrd for SchemaNamespace
impl Eq for SchemaNamespace
impl StructuralPartialEq for SchemaNamespace
Auto Trait Implementations§
impl Freeze for SchemaNamespace
impl RefUnwindSafe for SchemaNamespace
impl Send for SchemaNamespace
impl Sync for SchemaNamespace
impl Unpin for SchemaNamespace
impl UnsafeUnpin for SchemaNamespace
impl UnwindSafe for SchemaNamespace
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