Struct semilattice_database::session_search::SessionSearch
source · [−]pub struct SessionSearch<'a> { /* private fields */ }Implementations
sourceimpl<'a> SessionSearch<'a>
impl<'a> SessionSearch<'a>
pub fn new(session: &'a Session, collection_id: i32) -> Self
pub fn search_default(self) -> Self
pub fn search_field(self, field_name: impl Into<String>, condition: Field) -> Self
pub fn search_term(self, condition: Term) -> Self
pub fn search_activity(self, condition: Activity) -> Self
pub fn search_row(self, condition: Number) -> Self
pub fn result(self, database: &Database) -> RowSet
Auto Trait Implementations
impl<'a> RefUnwindSafe for SessionSearch<'a>
impl<'a> Send for SessionSearch<'a>
impl<'a> Sync for SessionSearch<'a>
impl<'a> Unpin for SessionSearch<'a>
impl<'a> UnwindSafe for SessionSearch<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more