pub struct Response<'a, const STEP: usize = 1> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, const STEP: usize> Freeze for Response<'a, STEP>
impl<'a, const STEP: usize = 1> !RefUnwindSafe for Response<'a, STEP>
impl<'a, const STEP: usize = 1> !Send for Response<'a, STEP>
impl<'a, const STEP: usize = 1> !Sync for Response<'a, STEP>
impl<'a, const STEP: usize> Unpin for Response<'a, STEP>
impl<'a, const STEP: usize = 1> !UnwindSafe for Response<'a, STEP>
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