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