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