Struct rust_tdlib::types::PageBlockListItem
source · [−]pub struct PageBlockListItem { /* private fields */ }Expand description
Describes an item of a list page block
Implementations
Trait Implementations
sourceimpl AsRef<PageBlockListItem> for PageBlockListItem
impl AsRef<PageBlockListItem> for PageBlockListItem
sourcefn as_ref(&self) -> &PageBlockListItem
fn as_ref(&self) -> &PageBlockListItem
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for PageBlockListItem
impl Clone for PageBlockListItem
sourcefn clone(&self) -> PageBlockListItem
fn clone(&self) -> PageBlockListItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PageBlockListItem
impl Debug for PageBlockListItem
sourceimpl Default for PageBlockListItem
impl Default for PageBlockListItem
sourcefn default() -> PageBlockListItem
fn default() -> PageBlockListItem
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PageBlockListItem
impl<'de> Deserialize<'de> for PageBlockListItem
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for PageBlockListItem
impl Serialize for PageBlockListItem
Auto Trait Implementations
impl RefUnwindSafe for PageBlockListItem
impl Send for PageBlockListItem
impl Sync for PageBlockListItem
impl Unpin for PageBlockListItem
impl UnwindSafe for PageBlockListItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more