pub struct CMsgAppRights {Show 17 fields
pub edit_info: Option<bool>,
pub publish: Option<bool>,
pub view_error_data: Option<bool>,
pub download: Option<bool>,
pub upload_cdkeys: Option<bool>,
pub generate_cdkeys: Option<bool>,
pub view_financials: Option<bool>,
pub manage_ceg: Option<bool>,
pub manage_signing: Option<bool>,
pub manage_cdkeys: Option<bool>,
pub edit_marketing: Option<bool>,
pub economy_support: Option<bool>,
pub economy_support_supervisor: Option<bool>,
pub manage_pricing: Option<bool>,
pub broadcast_live: Option<bool>,
pub view_marketing_traffic: Option<bool>,
pub edit_store_display_content: Option<bool>,
}Fields§
§edit_info: Option<bool>§publish: Option<bool>§view_error_data: Option<bool>§download: Option<bool>§upload_cdkeys: Option<bool>§generate_cdkeys: Option<bool>§view_financials: Option<bool>§manage_ceg: Option<bool>§manage_signing: Option<bool>§manage_cdkeys: Option<bool>§edit_marketing: Option<bool>§economy_support: Option<bool>§economy_support_supervisor: Option<bool>§manage_pricing: Option<bool>§broadcast_live: Option<bool>§view_marketing_traffic: Option<bool>§edit_store_display_content: Option<bool>Implementations§
Source§impl CMsgAppRights
impl CMsgAppRights
Sourcepub fn edit_info(&self) -> bool
pub fn edit_info(&self) -> bool
Returns the value of edit_info, or the default value if edit_info is unset.
Sourcepub fn publish(&self) -> bool
pub fn publish(&self) -> bool
Returns the value of publish, or the default value if publish is unset.
Sourcepub fn view_error_data(&self) -> bool
pub fn view_error_data(&self) -> bool
Returns the value of view_error_data, or the default value if view_error_data is unset.
Sourcepub fn download(&self) -> bool
pub fn download(&self) -> bool
Returns the value of download, or the default value if download is unset.
Sourcepub fn upload_cdkeys(&self) -> bool
pub fn upload_cdkeys(&self) -> bool
Returns the value of upload_cdkeys, or the default value if upload_cdkeys is unset.
Sourcepub fn generate_cdkeys(&self) -> bool
pub fn generate_cdkeys(&self) -> bool
Returns the value of generate_cdkeys, or the default value if generate_cdkeys is unset.
Sourcepub fn view_financials(&self) -> bool
pub fn view_financials(&self) -> bool
Returns the value of view_financials, or the default value if view_financials is unset.
Sourcepub fn manage_ceg(&self) -> bool
pub fn manage_ceg(&self) -> bool
Returns the value of manage_ceg, or the default value if manage_ceg is unset.
Sourcepub fn manage_signing(&self) -> bool
pub fn manage_signing(&self) -> bool
Returns the value of manage_signing, or the default value if manage_signing is unset.
Sourcepub fn manage_cdkeys(&self) -> bool
pub fn manage_cdkeys(&self) -> bool
Returns the value of manage_cdkeys, or the default value if manage_cdkeys is unset.
Sourcepub fn edit_marketing(&self) -> bool
pub fn edit_marketing(&self) -> bool
Returns the value of edit_marketing, or the default value if edit_marketing is unset.
Sourcepub fn economy_support(&self) -> bool
pub fn economy_support(&self) -> bool
Returns the value of economy_support, or the default value if economy_support is unset.
Sourcepub fn economy_support_supervisor(&self) -> bool
pub fn economy_support_supervisor(&self) -> bool
Returns the value of economy_support_supervisor, or the default value if economy_support_supervisor is unset.
Sourcepub fn manage_pricing(&self) -> bool
pub fn manage_pricing(&self) -> bool
Returns the value of manage_pricing, or the default value if manage_pricing is unset.
Sourcepub fn broadcast_live(&self) -> bool
pub fn broadcast_live(&self) -> bool
Returns the value of broadcast_live, or the default value if broadcast_live is unset.
Sourcepub fn view_marketing_traffic(&self) -> bool
pub fn view_marketing_traffic(&self) -> bool
Returns the value of view_marketing_traffic, or the default value if view_marketing_traffic is unset.
Sourcepub fn edit_store_display_content(&self) -> bool
pub fn edit_store_display_content(&self) -> bool
Returns the value of edit_store_display_content, or the default value if edit_store_display_content is unset.
Trait Implementations§
Source§impl Clone for CMsgAppRights
impl Clone for CMsgAppRights
Source§fn clone(&self) -> CMsgAppRights
fn clone(&self) -> CMsgAppRights
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for CMsgAppRights
Source§impl Debug for CMsgAppRights
impl Debug for CMsgAppRights
Source§impl Default for CMsgAppRights
impl Default for CMsgAppRights
impl Eq for CMsgAppRights
Source§impl Hash for CMsgAppRights
impl Hash for CMsgAppRights
Source§impl Message for CMsgAppRights
impl Message for CMsgAppRights
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self.Source§impl PartialEq for CMsgAppRights
impl PartialEq for CMsgAppRights
Source§fn eq(&self, other: &CMsgAppRights) -> bool
fn eq(&self, other: &CMsgAppRights) -> bool
self and other values to be equal, and is used by ==.