pub struct IncrementalAlterConfigsEntryV0 {
pub name: String,
pub operation: i8,
pub value: Option<String>,
}Fields§
§name: String§operation: i8§value: Option<String>Trait Implementations§
Source§impl Clone for IncrementalAlterConfigsEntryV0
impl Clone for IncrementalAlterConfigsEntryV0
Source§fn clone(&self) -> IncrementalAlterConfigsEntryV0
fn clone(&self) -> IncrementalAlterConfigsEntryV0
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 IncrementalAlterConfigsEntryV0
impl StructuralPartialEq for IncrementalAlterConfigsEntryV0
Auto Trait Implementations§
impl Freeze for IncrementalAlterConfigsEntryV0
impl RefUnwindSafe for IncrementalAlterConfigsEntryV0
impl Send for IncrementalAlterConfigsEntryV0
impl Sync for IncrementalAlterConfigsEntryV0
impl Unpin for IncrementalAlterConfigsEntryV0
impl UnsafeUnpin for IncrementalAlterConfigsEntryV0
impl UnwindSafe for IncrementalAlterConfigsEntryV0
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