Struct catenis_api_client::api::RetrievePermissionRightsResult [−][src]
pub struct RetrievePermissionRightsResult {
pub system: PermissionRight,
pub catenis_node: Option<PermissionRightsSetting>,
pub client: Option<PermissionRightsSetting>,
pub device: Option<DevicePermissionRightsSetting>,
}Expand description
Data returned from a successful call to Retrieve Permission Rights API method.
Fields
system: PermissionRightPermission right set at the system level.
catenis_node: Option<PermissionRightsSetting>Permission rights set at the Catenis node level.
client: Option<PermissionRightsSetting>Permission rights set at the client level.
device: Option<DevicePermissionRightsSetting>Permission rights set at the device level.
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for RetrievePermissionRightsResult
impl Sync for RetrievePermissionRightsResult
impl Unpin for RetrievePermissionRightsResult
impl UnwindSafe for RetrievePermissionRightsResult
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more