pub enum RelativeFromV {
Margin,
Page,
Paragraph,
Line,
TopMargin,
BottomMargin,
InsideMargin,
OUtsideMargin,
}
Variants§
Trait Implementations§
Source§impl Clone for RelativeFromV
impl Clone for RelativeFromV
Source§fn clone(&self) -> RelativeFromV
fn clone(&self) -> RelativeFromV
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 RelativeFromV
impl Debug for RelativeFromV
Source§impl Display for RelativeFromV
impl Display for RelativeFromV
Auto Trait Implementations§
impl Freeze for RelativeFromV
impl RefUnwindSafe for RelativeFromV
impl Send for RelativeFromV
impl Sync for RelativeFromV
impl Unpin for RelativeFromV
impl UnwindSafe for RelativeFromV
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