pub struct BaseThemeDay {}Expand description
Trait Implementations§
Source§impl Clone for BaseThemeDay
impl Clone for BaseThemeDay
Source§fn clone(&self) -> BaseThemeDay
fn clone(&self) -> BaseThemeDay
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 BaseThemeDay
impl Debug for BaseThemeDay
Source§impl Deserializable for BaseThemeDay
impl Deserializable for BaseThemeDay
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<BaseThemeDay> for BaseTheme
impl From<BaseThemeDay> for BaseTheme
Source§fn from(_x: BaseThemeDay) -> Self
fn from(_x: BaseThemeDay) -> Self
Converts to this type from the input type.
Source§impl Identifiable for BaseThemeDay
impl Identifiable for BaseThemeDay
Source§const CONSTRUCTOR_ID: u32 = 0xfbd81688
const CONSTRUCTOR_ID: u32 = 0xfbd81688
The constructor ID as specified in the TL schema.
Source§impl PartialEq for BaseThemeDay
impl PartialEq for BaseThemeDay
Source§impl Serializable for BaseThemeDay
impl Serializable for BaseThemeDay
impl StructuralPartialEq for BaseThemeDay
Auto Trait Implementations§
impl Freeze for BaseThemeDay
impl RefUnwindSafe for BaseThemeDay
impl Send for BaseThemeDay
impl Sync for BaseThemeDay
impl Unpin for BaseThemeDay
impl UnsafeUnpin for BaseThemeDay
impl UnwindSafe for BaseThemeDay
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