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

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

Fields

unknown_fields: UnknownFieldscached_size: CachedSize

Implementations

impl UserList[src]

pub fn new() -> UserList[src]

pub fn get_users(&self) -> &[UserList_User][src]

pub fn clear_users(&mut self)[src]

pub fn set_users(&mut self, v: RepeatedField<UserList_User>)[src]

pub fn mut_users(&mut self) -> &mut RepeatedField<UserList_User>[src]

pub fn take_users(&mut self) -> RepeatedField<UserList_User>[src]

Trait Implementations

impl Clear for UserList[src]

impl Clone for UserList[src]

impl Debug for UserList[src]

impl Default for UserList[src]

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

impl<Dst: VoicePacketDst> From<UserList> for ControlPacket<Dst>[src]

impl From<UserList> for RawControlPacket[src]

impl Message for UserList[src]

impl PartialEq<UserList> for UserList[src]

impl ProtobufValue for UserList[src]

impl StructuralPartialEq for UserList[src]

impl<'_> TryFrom<&'_ [u8]> for UserList[src]

type Error = ProtobufError

The type returned in the event of a conversion error.

impl TryFrom<Bytes> for UserList[src]

type Error = ProtobufError

The type returned in the event of a conversion error.

impl TryFrom<RawControlPacket> for UserList[src]

type Error = ProtobufError

The type returned in the event of a conversion error.

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.