pub struct DeleteAclsMatchingAclV1 {
pub error_code: i16,
pub error_message: Option<String>,
pub resource_type: i8,
pub resource_name: String,
pub pattern_type: i8,
pub principal: String,
pub host: String,
pub operation: i8,
pub permission_type: i8,
}Fields§
§error_code: i16§error_message: Option<String>§resource_type: i8§resource_name: String§pattern_type: i8§principal: String§host: String§operation: i8§permission_type: i8Trait Implementations§
Source§impl Clone for DeleteAclsMatchingAclV1
impl Clone for DeleteAclsMatchingAclV1
Source§fn clone(&self) -> DeleteAclsMatchingAclV1
fn clone(&self) -> DeleteAclsMatchingAclV1
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 DeleteAclsMatchingAclV1
impl Debug for DeleteAclsMatchingAclV1
impl Eq for DeleteAclsMatchingAclV1
Source§impl PartialEq for DeleteAclsMatchingAclV1
impl PartialEq for DeleteAclsMatchingAclV1
impl StructuralPartialEq for DeleteAclsMatchingAclV1
Auto Trait Implementations§
impl Freeze for DeleteAclsMatchingAclV1
impl RefUnwindSafe for DeleteAclsMatchingAclV1
impl Send for DeleteAclsMatchingAclV1
impl Sync for DeleteAclsMatchingAclV1
impl Unpin for DeleteAclsMatchingAclV1
impl UnsafeUnpin for DeleteAclsMatchingAclV1
impl UnwindSafe for DeleteAclsMatchingAclV1
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