pub struct DeviceAuthRequestThen(/* private fields */);Implementations§
Source§impl DeviceAuthRequestThen
impl DeviceAuthRequestThen
pub fn new(inner: Then) -> Self
pub fn into_inner(self) -> Then
pub fn default_response(self, status: u16, value: Value) -> Self
Auto Trait Implementations§
impl Freeze for DeviceAuthRequestThen
impl !RefUnwindSafe for DeviceAuthRequestThen
impl !Send for DeviceAuthRequestThen
impl !Sync for DeviceAuthRequestThen
impl Unpin for DeviceAuthRequestThen
impl UnsafeUnpin for DeviceAuthRequestThen
impl !UnwindSafe for DeviceAuthRequestThen
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