pub enum AplusActiveElementClear {
Both,
Left,
Right,
}Expand description
The variant “both” forces the element to a new line, “left” (“right”) allows no floating elements on the left (right)
Variants§
Both
Forces the element to a new line
Left
Allows no floating elements on the left.
Right
Allows no floating elements on the right.
Trait Implementations§
Source§impl Clone for AplusActiveElementClear
impl Clone for AplusActiveElementClear
Source§fn clone(&self) -> AplusActiveElementClear
fn clone(&self) -> AplusActiveElementClear
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 AplusActiveElementClear
impl Debug for AplusActiveElementClear
impl Copy for AplusActiveElementClear
Auto Trait Implementations§
impl Freeze for AplusActiveElementClear
impl RefUnwindSafe for AplusActiveElementClear
impl Send for AplusActiveElementClear
impl Sync for AplusActiveElementClear
impl Unpin for AplusActiveElementClear
impl UnwindSafe for AplusActiveElementClear
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