[][src]Struct mumble_protocol::control::msgs::ACL_ChanACL

pub struct ACL_ChanACL {
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
    // some fields omitted
}

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl ACL_ChanACL[src]

pub fn new() -> ACL_ChanACL[src]

pub fn get_apply_here(&self) -> bool[src]

pub fn clear_apply_here(&mut self)[src]

pub fn has_apply_here(&self) -> bool[src]

pub fn set_apply_here(&mut self, v: bool)[src]

pub fn get_apply_subs(&self) -> bool[src]

pub fn clear_apply_subs(&mut self)[src]

pub fn has_apply_subs(&self) -> bool[src]

pub fn set_apply_subs(&mut self, v: bool)[src]

pub fn get_inherited(&self) -> bool[src]

pub fn clear_inherited(&mut self)[src]

pub fn has_inherited(&self) -> bool[src]

pub fn set_inherited(&mut self, v: bool)[src]

pub fn get_user_id(&self) -> u32[src]

pub fn clear_user_id(&mut self)[src]

pub fn has_user_id(&self) -> bool[src]

pub fn set_user_id(&mut self, v: u32)[src]

pub fn get_group(&self) -> &str[src]

pub fn clear_group(&mut self)[src]

pub fn has_group(&self) -> bool[src]

pub fn set_group(&mut self, v: String)[src]

pub fn mut_group(&mut self) -> &mut String[src]

pub fn take_group(&mut self) -> String[src]

pub fn get_grant(&self) -> u32[src]

pub fn clear_grant(&mut self)[src]

pub fn has_grant(&self) -> bool[src]

pub fn set_grant(&mut self, v: u32)[src]

pub fn get_deny(&self) -> u32[src]

pub fn clear_deny(&mut self)[src]

pub fn has_deny(&self) -> bool[src]

pub fn set_deny(&mut self, v: u32)[src]

Trait Implementations

impl Clear for ACL_ChanACL[src]

impl Clone for ACL_ChanACL[src]

impl Debug for ACL_ChanACL[src]

impl Default for ACL_ChanACL[src]

impl<'a> Default for &'a ACL_ChanACL[src]

impl Message for ACL_ChanACL[src]

impl PartialEq<ACL_ChanACL> for ACL_ChanACL[src]

impl ProtobufValue for ACL_ChanACL[src]

impl StructuralPartialEq for ACL_ChanACL[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.