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