pub struct ComputeAclUpdateAclsParams {
pub acl_id: String,
pub compute_acl_update: Option<ComputeAclUpdate>,
}
Expand description
struct for passing parameters to the method compute_acl_update_acls
Fields§
§acl_id: String
§compute_acl_update: Option<ComputeAclUpdate>
Trait Implementations§
Source§impl Clone for ComputeAclUpdateAclsParams
impl Clone for ComputeAclUpdateAclsParams
Source§fn clone(&self) -> ComputeAclUpdateAclsParams
fn clone(&self) -> ComputeAclUpdateAclsParams
Returns a copy of the value. Read more
1.0.0 · 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 ComputeAclUpdateAclsParams
impl Debug for ComputeAclUpdateAclsParams
Source§impl Default for ComputeAclUpdateAclsParams
impl Default for ComputeAclUpdateAclsParams
Source§fn default() -> ComputeAclUpdateAclsParams
fn default() -> ComputeAclUpdateAclsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComputeAclUpdateAclsParams
impl RefUnwindSafe for ComputeAclUpdateAclsParams
impl Send for ComputeAclUpdateAclsParams
impl Sync for ComputeAclUpdateAclsParams
impl Unpin for ComputeAclUpdateAclsParams
impl UnwindSafe for ComputeAclUpdateAclsParams
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