pub struct DeleteAclsFilterV1 {
pub resource_type_filter: i8,
pub resource_name_filter: Option<String>,
pub pattern_type_filter: i8,
pub principal_filter: Option<String>,
pub host_filter: Option<String>,
pub operation: i8,
pub permission_type: i8,
}Fields§
§resource_type_filter: i8§resource_name_filter: Option<String>§pattern_type_filter: i8§principal_filter: Option<String>§host_filter: Option<String>§operation: i8§permission_type: i8Trait Implementations§
Source§impl Clone for DeleteAclsFilterV1
impl Clone for DeleteAclsFilterV1
Source§fn clone(&self) -> DeleteAclsFilterV1
fn clone(&self) -> DeleteAclsFilterV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteAclsFilterV1
impl Debug for DeleteAclsFilterV1
impl Eq for DeleteAclsFilterV1
Source§impl PartialEq for DeleteAclsFilterV1
impl PartialEq for DeleteAclsFilterV1
impl StructuralPartialEq for DeleteAclsFilterV1
Auto Trait Implementations§
impl Freeze for DeleteAclsFilterV1
impl RefUnwindSafe for DeleteAclsFilterV1
impl Send for DeleteAclsFilterV1
impl Sync for DeleteAclsFilterV1
impl Unpin for DeleteAclsFilterV1
impl UnsafeUnpin for DeleteAclsFilterV1
impl UnwindSafe for DeleteAclsFilterV1
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