pub struct SvcCtx { /* private fields */ }
Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SvcCtx
impl RefUnwindSafe for SvcCtx
impl Send for SvcCtx
impl Sync for SvcCtx
impl Unpin for SvcCtx
impl UnwindSafe for SvcCtx
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