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