Struct ntex_service::ServiceCtx
source · pub struct ServiceCtx<'a, S: ?Sized> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<'a, S: ?Sized> Clone for ServiceCtx<'a, S>
impl<'a, S: ?Sized> Clone for ServiceCtx<'a, S>
impl<'a, S: ?Sized> Copy for ServiceCtx<'a, S>
Auto Trait Implementations§
impl<'a, S> !RefUnwindSafe for ServiceCtx<'a, S>
impl<'a, S> !Send for ServiceCtx<'a, S>
impl<'a, S> !Sync for ServiceCtx<'a, S>
impl<'a, S: ?Sized> Unpin for ServiceCtx<'a, S>
impl<'a, S> !UnwindSafe for ServiceCtx<'a, S>
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