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