pub struct ComputeAclUpdate {
pub entries: Option<Vec<ComputeAclUpdateEntry>>,
}
Expand description
ComputeAclUpdate : Defines the structure of an ACL update request array.
Fields§
§entries: Option<Vec<ComputeAclUpdateEntry>>
Implementations§
Source§impl ComputeAclUpdate
impl ComputeAclUpdate
Sourcepub fn new() -> ComputeAclUpdate
pub fn new() -> ComputeAclUpdate
Defines the structure of an ACL update request array.
Trait Implementations§
Source§impl Clone for ComputeAclUpdate
impl Clone for ComputeAclUpdate
Source§fn clone(&self) -> ComputeAclUpdate
fn clone(&self) -> ComputeAclUpdate
Returns a duplicate 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 ComputeAclUpdate
impl Debug for ComputeAclUpdate
Source§impl Default for ComputeAclUpdate
impl Default for ComputeAclUpdate
Source§fn default() -> ComputeAclUpdate
fn default() -> ComputeAclUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ComputeAclUpdate
impl<'de> Deserialize<'de> for ComputeAclUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ComputeAclUpdate
impl PartialEq for ComputeAclUpdate
Source§impl Serialize for ComputeAclUpdate
impl Serialize for ComputeAclUpdate
impl StructuralPartialEq for ComputeAclUpdate
Auto Trait Implementations§
impl Freeze for ComputeAclUpdate
impl RefUnwindSafe for ComputeAclUpdate
impl Send for ComputeAclUpdate
impl Sync for ComputeAclUpdate
impl Unpin for ComputeAclUpdate
impl UnwindSafe for ComputeAclUpdate
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