Struct tower_async_test::builder::marker::Ok
source · pub struct Ok<T>(pub T);
Expand description
Marker type to indicates a successful response (used for the test type).
Tuple Fields§
§0: T
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for Ok<T>where T: RefUnwindSafe,
impl<T> Send for Ok<T>where T: Send,
impl<T> Sync for Ok<T>where T: Sync,
impl<T> Unpin for Ok<T>where T: Unpin,
impl<T> UnwindSafe for Ok<T>where T: UnwindSafe,
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