pub struct AlterConfigsResourceV1 {
pub resource_type: i8,
pub resource_name: String,
pub configs: Vec<AlterableConfigV1>,
}Fields§
§resource_type: i8§resource_name: String§configs: Vec<AlterableConfigV1>Trait Implementations§
Source§impl Clone for AlterConfigsResourceV1
impl Clone for AlterConfigsResourceV1
Source§fn clone(&self) -> AlterConfigsResourceV1
fn clone(&self) -> AlterConfigsResourceV1
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 AlterConfigsResourceV1
impl Debug for AlterConfigsResourceV1
impl Eq for AlterConfigsResourceV1
Source§impl PartialEq for AlterConfigsResourceV1
impl PartialEq for AlterConfigsResourceV1
impl StructuralPartialEq for AlterConfigsResourceV1
Auto Trait Implementations§
impl Freeze for AlterConfigsResourceV1
impl RefUnwindSafe for AlterConfigsResourceV1
impl Send for AlterConfigsResourceV1
impl Sync for AlterConfigsResourceV1
impl Unpin for AlterConfigsResourceV1
impl UnsafeUnpin for AlterConfigsResourceV1
impl UnwindSafe for AlterConfigsResourceV1
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