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