pub struct SelectSyncOptions { /* private fields */ }Implementations§
Source§impl SelectSyncOptions
impl SelectSyncOptions
pub fn from_input(input: String) -> SelectSyncOptions
pub fn get_collections(&self) -> &HashMap<String, CollectionType>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectSyncOptions
impl RefUnwindSafe for SelectSyncOptions
impl Send for SelectSyncOptions
impl Sync for SelectSyncOptions
impl Unpin for SelectSyncOptions
impl UnsafeUnpin for SelectSyncOptions
impl UnwindSafe for SelectSyncOptions
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