Struct presenterm::PresentationTheme
source · pub struct PresentationTheme { /* private fields */ }Expand description
A presentation theme.
Trait Implementations§
source§impl Clone for PresentationTheme
impl Clone for PresentationTheme
source§fn clone(&self) -> PresentationTheme
fn clone(&self) -> PresentationTheme
Returns a copy 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 PresentationTheme
impl Debug for PresentationTheme
source§impl Default for PresentationTheme
impl Default for PresentationTheme
source§fn default() -> PresentationTheme
fn default() -> PresentationTheme
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PresentationTheme
impl<'de> Deserialize<'de> for PresentationTheme
source§fn 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
Auto Trait Implementations§
impl RefUnwindSafe for PresentationTheme
impl Send for PresentationTheme
impl Sync for PresentationTheme
impl Unpin for PresentationTheme
impl UnwindSafe for PresentationTheme
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().