pub struct VpcListThen(/* private fields */);Implementations§
Source§impl VpcListThen
impl VpcListThen
pub fn new(inner: Then) -> Self
pub fn into_inner(self) -> Then
pub fn ok(self, value: &VpcResultsPage) -> 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 VpcListThen
impl !RefUnwindSafe for VpcListThen
impl !Send for VpcListThen
impl !Sync for VpcListThen
impl Unpin for VpcListThen
impl UnsafeUnpin for VpcListThen
impl !UnwindSafe for VpcListThen
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