pub struct ServiceCtx {
pub node_id: u32,
pub session: u64,
}Fields§
§node_id: u32§session: u64Auto Trait Implementations§
impl Freeze for ServiceCtx
impl RefUnwindSafe for ServiceCtx
impl Send for ServiceCtx
impl Sync for ServiceCtx
impl Unpin for ServiceCtx
impl UnwindSafe for ServiceCtx
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