pub struct Served { /* private fields */ }Expand description
One case’s view, its exposure table, and a client pointed at it.
Auto Trait Implementations§
impl !RefUnwindSafe for Served
impl !UnwindSafe for Served
impl Freeze for Served
impl Send for Served
impl Sync for Served
impl Unpin for Served
impl UnsafeUnpin for Served
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