pub struct AclEntry {
pub read: Vec<String>,
pub write: Vec<String>,
}Expand description
ACL-Entry für ein Topic.
Fields§
§read: Vec<String>Subjects mit Read-Permission.
write: Vec<String>Subjects mit Write-Permission.
Implementations§
Trait Implementations§
impl Eq for AclEntry
impl StructuralPartialEq for AclEntry
Auto Trait Implementations§
impl Freeze for AclEntry
impl RefUnwindSafe for AclEntry
impl Send for AclEntry
impl Sync for AclEntry
impl Unpin for AclEntry
impl UnsafeUnpin for AclEntry
impl UnwindSafe for AclEntry
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