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