pub struct ServiceAuthorizationDataAttributes {
pub permission: Option<Permission>,
}
Fields§
§permission: Option<Permission>
Implementations§
Trait Implementations§
Source§impl Clone for ServiceAuthorizationDataAttributes
impl Clone for ServiceAuthorizationDataAttributes
Source§fn clone(&self) -> ServiceAuthorizationDataAttributes
fn clone(&self) -> ServiceAuthorizationDataAttributes
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 Default for ServiceAuthorizationDataAttributes
impl Default for ServiceAuthorizationDataAttributes
Source§fn default() -> ServiceAuthorizationDataAttributes
fn default() -> ServiceAuthorizationDataAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceAuthorizationDataAttributes
impl<'de> Deserialize<'de> for ServiceAuthorizationDataAttributes
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 ServiceAuthorizationDataAttributes
impl PartialEq for ServiceAuthorizationDataAttributes
Source§fn eq(&self, other: &ServiceAuthorizationDataAttributes) -> bool
fn eq(&self, other: &ServiceAuthorizationDataAttributes) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceAuthorizationDataAttributes
Auto Trait Implementations§
impl Freeze for ServiceAuthorizationDataAttributes
impl RefUnwindSafe for ServiceAuthorizationDataAttributes
impl Send for ServiceAuthorizationDataAttributes
impl Sync for ServiceAuthorizationDataAttributes
impl Unpin for ServiceAuthorizationDataAttributes
impl UnwindSafe for ServiceAuthorizationDataAttributes
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