pub struct InstanceMulticastGroupListWhen(/* private fields */);Implementations§
Source§impl InstanceMulticastGroupListWhen
impl InstanceMulticastGroupListWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn instance(self, value: &NameOrId) -> Self
pub fn limit<T>(self, value: T) -> Self
pub fn page_token<'a, T>(self, value: T) -> Self
pub fn project<'a, T>(self, value: T) -> Self
pub fn sort_by<T>(self, value: T) -> Self
Auto Trait Implementations§
impl Freeze for InstanceMulticastGroupListWhen
impl !RefUnwindSafe for InstanceMulticastGroupListWhen
impl !Send for InstanceMulticastGroupListWhen
impl !Sync for InstanceMulticastGroupListWhen
impl Unpin for InstanceMulticastGroupListWhen
impl UnsafeUnpin for InstanceMulticastGroupListWhen
impl !UnwindSafe for InstanceMulticastGroupListWhen
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