pub struct NullEmbedder;Expand description
The no-op embedder: dimension 0, never called by the database (a structural-only memory).
Trait Implementations§
Source§impl Clone for NullEmbedder
impl Clone for NullEmbedder
Source§fn clone(&self) -> NullEmbedder
fn clone(&self) -> NullEmbedder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NullEmbedder
Source§impl Debug for NullEmbedder
impl Debug for NullEmbedder
Source§impl Default for NullEmbedder
impl Default for NullEmbedder
Source§fn default() -> NullEmbedder
fn default() -> NullEmbedder
Returns the “default value” for a type. Read more
Source§impl Embedder for NullEmbedder
impl Embedder for NullEmbedder
Auto Trait Implementations§
impl Freeze for NullEmbedder
impl RefUnwindSafe for NullEmbedder
impl Send for NullEmbedder
impl Sync for NullEmbedder
impl Unpin for NullEmbedder
impl UnsafeUnpin for NullEmbedder
impl UnwindSafe for NullEmbedder
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