pub struct SingleEntryContext {
pub session_id: Ulid,
pub entry_id: Ulid,
}Expand description
Context provided to handlers that operate on a single session entry.
Fields§
§session_id: Ulid§entry_id: UlidTrait Implementations§
Source§impl Clone for SingleEntryContext
impl Clone for SingleEntryContext
Source§fn clone(&self) -> SingleEntryContext
fn clone(&self) -> SingleEntryContext
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 moreSource§impl Debug for SingleEntryContext
impl Debug for SingleEntryContext
impl Eq for SingleEntryContext
Source§impl Hash for SingleEntryContext
impl Hash for SingleEntryContext
Source§impl PartialEq for SingleEntryContext
impl PartialEq for SingleEntryContext
impl StructuralPartialEq for SingleEntryContext
Auto Trait Implementations§
impl Freeze for SingleEntryContext
impl RefUnwindSafe for SingleEntryContext
impl Send for SingleEntryContext
impl Sync for SingleEntryContext
impl Unpin for SingleEntryContext
impl UnsafeUnpin for SingleEntryContext
impl UnwindSafe for SingleEntryContext
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