pub struct ChatChannel(pub i32);Expand description
represents a Second Life chat channel
Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for ChatChannel
impl Clone for ChatChannel
Source§fn clone(&self) -> ChatChannel
fn clone(&self) -> ChatChannel
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 ChatChannel
impl Debug for ChatChannel
Source§impl Display for ChatChannel
impl Display for ChatChannel
Source§impl FromStr for ChatChannel
impl FromStr for ChatChannel
Source§impl Ord for ChatChannel
impl Ord for ChatChannel
Source§fn cmp(&self, other: &ChatChannel) -> Ordering
fn cmp(&self, other: &ChatChannel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ChatChannel
impl PartialEq for ChatChannel
Source§impl PartialOrd for ChatChannel
impl PartialOrd for ChatChannel
impl Copy for ChatChannel
impl Eq for ChatChannel
impl StructuralPartialEq for ChatChannel
Auto Trait Implementations§
impl Freeze for ChatChannel
impl RefUnwindSafe for ChatChannel
impl Send for ChatChannel
impl Sync for ChatChannel
impl Unpin for ChatChannel
impl UnwindSafe for ChatChannel
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