Struct bonsaidb::core::test_util::BasicSchema
source · pub struct BasicSchema;
Trait Implementations§
source§impl Debug for BasicSchema
impl Debug for BasicSchema
source§impl Schema for BasicSchema
impl Schema for BasicSchema
source§fn schema_name() -> SchemaName
fn schema_name() -> SchemaName
Returns the unique
SchemaName
for this schema.Auto Trait Implementations§
impl RefUnwindSafe for BasicSchema
impl Send for BasicSchema
impl Sync for BasicSchema
impl Unpin for BasicSchema
impl UnwindSafe for BasicSchema
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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