pub struct SchemaRef(pub BoundedString);
Expand description
A name given to a schema. Uniquely identifies a single schema in a database.
Tuple Fieldsยง
ยง0: BoundedString
Trait Implementationsยง
impl Copy for SchemaRef
impl StructuralPartialEq for SchemaRef
Auto Trait Implementationsยง
impl Freeze for SchemaRef
impl RefUnwindSafe for SchemaRef
impl Send for SchemaRef
impl Sync for SchemaRef
impl Unpin for SchemaRef
impl UnwindSafe for SchemaRef
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