pub enum AplusActiveElementOutputType {
Text,
Image,
}Expand description
Default type is text; for image (png) outputs use “image”
Variants§
Trait Implementations§
Source§impl Clone for AplusActiveElementOutputType
impl Clone for AplusActiveElementOutputType
Source§fn clone(&self) -> AplusActiveElementOutputType
fn clone(&self) -> AplusActiveElementOutputType
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 AplusActiveElementOutputType
impl Debug for AplusActiveElementOutputType
impl Copy for AplusActiveElementOutputType
Auto Trait Implementations§
impl Freeze for AplusActiveElementOutputType
impl RefUnwindSafe for AplusActiveElementOutputType
impl Send for AplusActiveElementOutputType
impl Sync for AplusActiveElementOutputType
impl Unpin for AplusActiveElementOutputType
impl UnwindSafe for AplusActiveElementOutputType
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