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