pub struct DeleteAclsRequestV1 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub filters: Vec<DeleteAclsFilterV1>,
}Fields§
§correlation_id: i32§client_id: Option<String>§filters: Vec<DeleteAclsFilterV1>Implementations§
Trait Implementations§
Source§impl Clone for DeleteAclsRequestV1
impl Clone for DeleteAclsRequestV1
Source§fn clone(&self) -> DeleteAclsRequestV1
fn clone(&self) -> DeleteAclsRequestV1
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 DeleteAclsRequestV1
impl Debug for DeleteAclsRequestV1
impl Eq for DeleteAclsRequestV1
Source§impl PartialEq for DeleteAclsRequestV1
impl PartialEq for DeleteAclsRequestV1
impl StructuralPartialEq for DeleteAclsRequestV1
Auto Trait Implementations§
impl Freeze for DeleteAclsRequestV1
impl RefUnwindSafe for DeleteAclsRequestV1
impl Send for DeleteAclsRequestV1
impl Sync for DeleteAclsRequestV1
impl Unpin for DeleteAclsRequestV1
impl UnsafeUnpin for DeleteAclsRequestV1
impl UnwindSafe for DeleteAclsRequestV1
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