[−][src]Struct tsclientlib::messages::s2c::InClientChannelGroupChanged
Methods
impl<'a> InClientChannelGroupChanged<'a>[src]
ⓘImportant traits for InMessageIterator<'a, T>pub fn iter(&self) -> InMessageIterator<ClientChannelGroupChangedPart>[src]
ⓘImportant traits for InMessageIterator<'a, T>
Trait Implementations
impl<'a> Debug for InClientChannelGroupChanged<'a>[src]
impl<'a> InMessageTrait<'a> for InClientChannelGroupChanged<'a>[src]
fn new(
cmd: &'a InCommand
) -> Result<InClientChannelGroupChanged<'a>, ParseError>[src]
cmd: &'a InCommand
) -> Result<InClientChannelGroupChanged<'a>, ParseError>
impl<'a> IntoIterator for &'a InClientChannelGroupChanged<'a>[src]
type Item = &'a ClientChannelGroupChangedPart<'a>
The type of the elements being iterated over.
type IntoIter = InMessageIterator<'a, ClientChannelGroupChangedPart<'a>>
Which kind of iterator are we turning this into?
fn into_iter(
self
) -> <&'a InClientChannelGroupChanged<'a> as IntoIterator>::IntoIter[src]
self
) -> <&'a InClientChannelGroupChanged<'a> as IntoIterator>::IntoIter
Auto Trait Implementations
impl<'a> Send for InClientChannelGroupChanged<'a>
impl<'a> Sync for InClientChannelGroupChanged<'a>
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Erased for T
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized, [src]
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self
impl<T> Erased for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
U: TryFrom<T>,