pub struct SecretListOptions<'a> {
pub filters: Option<SecretListFiltersOptions<'a>>,
}
Fields§
§filters: Option<SecretListFiltersOptions<'a>>
Trait Implementations§
Source§impl<'a> Default for SecretListOptions<'a>
impl<'a> Default for SecretListOptions<'a>
Source§fn default() -> SecretListOptions<'a>
fn default() -> SecretListOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for SecretListOptions<'a>
impl<'a> RefUnwindSafe for SecretListOptions<'a>
impl<'a> Send for SecretListOptions<'a>
impl<'a> Sync for SecretListOptions<'a>
impl<'a> Unpin for SecretListOptions<'a>
impl<'a> UnwindSafe for SecretListOptions<'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