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