pub enum BackgroundSource {
Slide,
Layout,
Master,
}Expand description
The producer part that supplied the effective background.
Variants§
Trait Implementations§
Source§impl Clone for BackgroundSource
impl Clone for BackgroundSource
Source§fn clone(&self) -> BackgroundSource
fn clone(&self) -> BackgroundSource
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 moreimpl Copy for BackgroundSource
Source§impl Debug for BackgroundSource
impl Debug for BackgroundSource
impl Eq for BackgroundSource
Source§impl PartialEq for BackgroundSource
impl PartialEq for BackgroundSource
impl StructuralPartialEq for BackgroundSource
Auto Trait Implementations§
impl Freeze for BackgroundSource
impl RefUnwindSafe for BackgroundSource
impl Send for BackgroundSource
impl Sync for BackgroundSource
impl Unpin for BackgroundSource
impl UnsafeUnpin for BackgroundSource
impl UnwindSafe for BackgroundSource
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