Struct wild_doc_script::SessionSearchResult
source · pub struct SessionSearchResult { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for SessionSearchResult
impl Clone for SessionSearchResult
source§fn clone(&self) -> SessionSearchResult
fn clone(&self) -> SessionSearchResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SessionSearchResult
impl Debug for SessionSearchResult
source§impl PartialEq for SessionSearchResult
impl PartialEq for SessionSearchResult
source§fn eq(&self, other: &SessionSearchResult) -> bool
fn eq(&self, other: &SessionSearchResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SessionSearchResult
Auto Trait Implementations§
impl RefUnwindSafe for SessionSearchResult
impl Send for SessionSearchResult
impl Sync for SessionSearchResult
impl Unpin for SessionSearchResult
impl UnwindSafe for SessionSearchResult
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