pub struct PageBlockMath {
pub source: String,
}Expand description
Fields§
§source: StringTrait Implementations§
Source§impl Clone for PageBlockMath
impl Clone for PageBlockMath
Source§fn clone(&self) -> PageBlockMath
fn clone(&self) -> PageBlockMath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PageBlockMath
impl Debug for PageBlockMath
Source§impl Deserializable for PageBlockMath
impl Deserializable for PageBlockMath
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<PageBlockMath> for PageBlock
impl From<PageBlockMath> for PageBlock
Source§fn from(x: PageBlockMath) -> Self
fn from(x: PageBlockMath) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PageBlockMath
impl Identifiable for PageBlockMath
Source§const CONSTRUCTOR_ID: u32 = 0x59080c20
const CONSTRUCTOR_ID: u32 = 0x59080c20
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PageBlockMath
impl PartialEq for PageBlockMath
Source§fn eq(&self, other: &PageBlockMath) -> bool
fn eq(&self, other: &PageBlockMath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serializable for PageBlockMath
impl Serializable for PageBlockMath
impl StructuralPartialEq for PageBlockMath
Auto Trait Implementations§
impl Freeze for PageBlockMath
impl RefUnwindSafe for PageBlockMath
impl Send for PageBlockMath
impl Sync for PageBlockMath
impl Unpin for PageBlockMath
impl UnsafeUnpin for PageBlockMath
impl UnwindSafe for PageBlockMath
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