pub struct AclEntryResponseAllOf {
pub acl_id: Option<Box<String>>,
pub id: Option<Box<String>>,
pub service_id: Option<Box<String>>,
}
Fields§
§acl_id: Option<Box<String>>
§id: Option<Box<String>>
§service_id: Option<Box<String>>
Implementations§
Source§impl AclEntryResponseAllOf
impl AclEntryResponseAllOf
pub fn new() -> AclEntryResponseAllOf
Trait Implementations§
Source§impl Clone for AclEntryResponseAllOf
impl Clone for AclEntryResponseAllOf
Source§fn clone(&self) -> AclEntryResponseAllOf
fn clone(&self) -> AclEntryResponseAllOf
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 AclEntryResponseAllOf
impl Debug for AclEntryResponseAllOf
Source§impl Default for AclEntryResponseAllOf
impl Default for AclEntryResponseAllOf
Source§fn default() -> AclEntryResponseAllOf
fn default() -> AclEntryResponseAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AclEntryResponseAllOf
impl<'de> Deserialize<'de> for AclEntryResponseAllOf
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 AclEntryResponseAllOf
impl PartialEq for AclEntryResponseAllOf
Source§impl Serialize for AclEntryResponseAllOf
impl Serialize for AclEntryResponseAllOf
impl StructuralPartialEq for AclEntryResponseAllOf
Auto Trait Implementations§
impl Freeze for AclEntryResponseAllOf
impl RefUnwindSafe for AclEntryResponseAllOf
impl Send for AclEntryResponseAllOf
impl Sync for AclEntryResponseAllOf
impl Unpin for AclEntryResponseAllOf
impl UnwindSafe for AclEntryResponseAllOf
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