pub struct PageBlockChannel {
pub channel: Chat,
}Expand description
Fields§
§channel: ChatTrait Implementations§
Source§impl Clone for PageBlockChannel
impl Clone for PageBlockChannel
Source§fn clone(&self) -> PageBlockChannel
fn clone(&self) -> PageBlockChannel
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 PageBlockChannel
impl Debug for PageBlockChannel
Source§impl Deserializable for PageBlockChannel
impl Deserializable for PageBlockChannel
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<PageBlockChannel> for PageBlock
impl From<PageBlockChannel> for PageBlock
Source§fn from(x: PageBlockChannel) -> Self
fn from(x: PageBlockChannel) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockChannel
impl Identifiable for PageBlockChannel
Source§const CONSTRUCTOR_ID: u32 = 0xef1751b5
const CONSTRUCTOR_ID: u32 = 0xef1751b5
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockChannel
impl PartialEq for PageBlockChannel
Source§impl Serializable for PageBlockChannel
impl Serializable for PageBlockChannel
Source§impl TryFrom<PageBlock> for PageBlockChannel
impl TryFrom<PageBlock> for PageBlockChannel
impl StructuralPartialEq for PageBlockChannel
Auto Trait Implementations§
impl Freeze for PageBlockChannel
impl RefUnwindSafe for PageBlockChannel
impl Send for PageBlockChannel
impl Sync for PageBlockChannel
impl Unpin for PageBlockChannel
impl UnsafeUnpin for PageBlockChannel
impl UnwindSafe for PageBlockChannel
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