pub struct CMsgAppRights { /* private fields */ }Implementations§
Source§impl CMsgAppRights
impl CMsgAppRights
pub fn new() -> CMsgAppRights
pub fn default_instance() -> &'static CMsgAppRights
pub fn clear_edit_info(&mut self)
pub fn has_edit_info(&self) -> bool
pub fn set_edit_info(&mut self, v: bool)
pub fn get_edit_info<'a>(&self) -> bool
pub fn clear_publish(&mut self)
pub fn has_publish(&self) -> bool
pub fn set_publish(&mut self, v: bool)
pub fn get_publish<'a>(&self) -> bool
pub fn clear_view_error_data(&mut self)
pub fn has_view_error_data(&self) -> bool
pub fn set_view_error_data(&mut self, v: bool)
pub fn get_view_error_data<'a>(&self) -> bool
pub fn clear_download(&mut self)
pub fn has_download(&self) -> bool
pub fn set_download(&mut self, v: bool)
pub fn get_download<'a>(&self) -> bool
pub fn clear_upload_cdkeys(&mut self)
pub fn has_upload_cdkeys(&self) -> bool
pub fn set_upload_cdkeys(&mut self, v: bool)
pub fn get_upload_cdkeys<'a>(&self) -> bool
pub fn clear_generate_cdkeys(&mut self)
pub fn has_generate_cdkeys(&self) -> bool
pub fn set_generate_cdkeys(&mut self, v: bool)
pub fn get_generate_cdkeys<'a>(&self) -> bool
pub fn clear_view_financials(&mut self)
pub fn has_view_financials(&self) -> bool
pub fn set_view_financials(&mut self, v: bool)
pub fn get_view_financials<'a>(&self) -> bool
pub fn clear_manage_ceg(&mut self)
pub fn has_manage_ceg(&self) -> bool
pub fn set_manage_ceg(&mut self, v: bool)
pub fn get_manage_ceg<'a>(&self) -> bool
pub fn clear_manage_signing(&mut self)
pub fn has_manage_signing(&self) -> bool
pub fn set_manage_signing(&mut self, v: bool)
pub fn get_manage_signing<'a>(&self) -> bool
pub fn clear_manage_cdkeys(&mut self)
pub fn has_manage_cdkeys(&self) -> bool
pub fn set_manage_cdkeys(&mut self, v: bool)
pub fn get_manage_cdkeys<'a>(&self) -> bool
pub fn clear_edit_marketing(&mut self)
pub fn has_edit_marketing(&self) -> bool
pub fn set_edit_marketing(&mut self, v: bool)
pub fn get_edit_marketing<'a>(&self) -> bool
pub fn clear_economy_support(&mut self)
pub fn has_economy_support(&self) -> bool
pub fn set_economy_support(&mut self, v: bool)
pub fn get_economy_support<'a>(&self) -> bool
pub fn clear_economy_support_supervisor(&mut self)
pub fn has_economy_support_supervisor(&self) -> bool
pub fn set_economy_support_supervisor(&mut self, v: bool)
pub fn get_economy_support_supervisor<'a>(&self) -> bool
pub fn clear_manage_pricing(&mut self)
pub fn has_manage_pricing(&self) -> bool
pub fn set_manage_pricing(&mut self, v: bool)
pub fn get_manage_pricing<'a>(&self) -> bool
pub fn clear_broadcast_live(&mut self)
pub fn has_broadcast_live(&self) -> bool
pub fn set_broadcast_live(&mut self, v: bool)
pub fn get_broadcast_live<'a>(&self) -> bool
Trait Implementations§
Source§impl Clone for CMsgAppRights
impl Clone for CMsgAppRights
Source§fn clone(&self) -> CMsgAppRights
fn clone(&self) -> CMsgAppRights
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 CMsgAppRights
impl Debug for CMsgAppRights
Source§impl Default for CMsgAppRights
impl Default for CMsgAppRights
Source§fn default() -> CMsgAppRights
fn default() -> CMsgAppRights
Returns the “default value” for a type. Read more
Source§impl Message for CMsgAppRights
impl Message for CMsgAppRights
fn is_initialized(&self) -> bool
fn merge_from(&mut self, is: &mut CodedInputStream<'_>) -> ProtobufResult<()>
fn compute_size(&self) -> u32
fn write_to_with_cached_sizes( &self, os: &mut CodedOutputStream<'_>, ) -> ProtobufResult<()>
fn get_cached_size(&self) -> u32
fn get_unknown_fields<'s>(&'s self) -> &'s UnknownFields
fn mut_unknown_fields<'s>(&'s mut self) -> &'s mut UnknownFields
fn type_id(&self) -> TypeId
fn as_any(&self) -> &dyn Any
fn descriptor(&self) -> &'static MessageDescriptor
fn write_to(&self, os: &mut CodedOutputStream<'_>) -> Result<(), ProtobufError>
fn write_length_delimited_to( &self, os: &mut CodedOutputStream<'_>, ) -> Result<(), ProtobufError>
fn write_length_delimited_to_vec( &self, vec: &mut Vec<u8>, ) -> Result<(), ProtobufError>
fn merge_from_bytes(&mut self, bytes: &[u8]) -> Result<(), ProtobufError>
fn check_initialized(&self) -> Result<(), ProtobufError>
fn write_to_writer(&self, w: &mut dyn Write) -> Result<(), ProtobufError>
fn write_to_vec(&self, v: &mut Vec<u8>) -> Result<(), ProtobufError>
fn write_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn write_length_delimited_to_writer( &self, w: &mut dyn Write, ) -> Result<(), ProtobufError>
fn write_length_delimited_to_bytes(&self) -> Result<Vec<u8>, ProtobufError>
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn into_any(self: Box<Self>) -> Box<dyn Any>
Source§impl MessageStatic for CMsgAppRights
impl MessageStatic for CMsgAppRights
fn new() -> CMsgAppRights
fn descriptor_static(_: Option<CMsgAppRights>) -> &'static MessageDescriptor
Source§impl PartialEq for CMsgAppRights
impl PartialEq for CMsgAppRights
impl Sync for CMsgAppRights
Auto Trait Implementations§
impl !Freeze for CMsgAppRights
impl !RefUnwindSafe for CMsgAppRights
impl Send for CMsgAppRights
impl Unpin for CMsgAppRights
impl UnwindSafe for CMsgAppRights
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