pub struct SecretClientListSecretPropertiesOptions<'a> {
pub maxresults: Option<i32>,
pub method_options: PagerOptions<'a>,
}Expand description
Options to be passed to SecretClient::list_secret_properties()
Fields§
§maxresults: Option<i32>Maximum number of results to return in a page. If not specified the service will return up to 25 results.
method_options: PagerOptions<'a>Allows customization of the method call.
Implementations§
Source§impl SecretClientListSecretPropertiesOptions<'_>
impl SecretClientListSecretPropertiesOptions<'_>
Sourcepub fn into_owned(self) -> SecretClientListSecretPropertiesOptions<'static>
pub fn into_owned(self) -> SecretClientListSecretPropertiesOptions<'static>
Transforms this SecretClientListSecretPropertiesOptions into a new SecretClientListSecretPropertiesOptions that owns the underlying data, cloning it if necessary.
Trait Implementations§
Source§impl<'a> Clone for SecretClientListSecretPropertiesOptions<'a>
impl<'a> Clone for SecretClientListSecretPropertiesOptions<'a>
Source§fn clone(&self) -> SecretClientListSecretPropertiesOptions<'a>
fn clone(&self) -> SecretClientListSecretPropertiesOptions<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for SecretClientListSecretPropertiesOptions<'a>
impl<'a> Debug for SecretClientListSecretPropertiesOptions<'a>
Source§impl<'a> Default for SecretClientListSecretPropertiesOptions<'a>
impl<'a> Default for SecretClientListSecretPropertiesOptions<'a>
Source§fn default() -> SecretClientListSecretPropertiesOptions<'a>
fn default() -> SecretClientListSecretPropertiesOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for SecretClientListSecretPropertiesOptions<'a>
impl<'a> !RefUnwindSafe for SecretClientListSecretPropertiesOptions<'a>
impl<'a> Send for SecretClientListSecretPropertiesOptions<'a>
impl<'a> Sync for SecretClientListSecretPropertiesOptions<'a>
impl<'a> Unpin for SecretClientListSecretPropertiesOptions<'a>
impl<'a> UnsafeUnpin for SecretClientListSecretPropertiesOptions<'a>
impl<'a> !UnwindSafe for SecretClientListSecretPropertiesOptions<'a>
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