pub struct InstanceSshPublicKeyListWhen(/* private fields */);Implementations§
Source§impl InstanceSshPublicKeyListWhen
impl InstanceSshPublicKeyListWhen
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 InstanceSshPublicKeyListWhen
impl !RefUnwindSafe for InstanceSshPublicKeyListWhen
impl !Send for InstanceSshPublicKeyListWhen
impl !Sync for InstanceSshPublicKeyListWhen
impl Unpin for InstanceSshPublicKeyListWhen
impl UnsafeUnpin for InstanceSshPublicKeyListWhen
impl !UnwindSafe for InstanceSshPublicKeyListWhen
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