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