pub struct NoSchemaLookup;Expand description
A no-op schema lookup for contexts where schema info is unavailable. TypedObjects will be converted with placeholder names.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoSchemaLookup
impl RefUnwindSafe for NoSchemaLookup
impl Send for NoSchemaLookup
impl Sync for NoSchemaLookup
impl Unpin for NoSchemaLookup
impl UnsafeUnpin for NoSchemaLookup
impl UnwindSafe for NoSchemaLookup
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