pub struct CollectionFactory;Implementations§
Source§impl CollectionFactory
impl CollectionFactory
pub fn create(collection: impl Into<String>) -> CollectionInstance
Auto Trait Implementations§
impl Freeze for CollectionFactory
impl RefUnwindSafe for CollectionFactory
impl Send for CollectionFactory
impl Sync for CollectionFactory
impl Unpin for CollectionFactory
impl UnsafeUnpin for CollectionFactory
impl UnwindSafe for CollectionFactory
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