pub enum PTabRelativeTo {
Margin,
Indent,
}
Variants§
Trait Implementations§
Source§impl Clone for PTabRelativeTo
impl Clone for PTabRelativeTo
Source§fn clone(&self) -> PTabRelativeTo
fn clone(&self) -> PTabRelativeTo
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 PTabRelativeTo
impl Debug for PTabRelativeTo
Source§impl Display for PTabRelativeTo
impl Display for PTabRelativeTo
Auto Trait Implementations§
impl Freeze for PTabRelativeTo
impl RefUnwindSafe for PTabRelativeTo
impl Send for PTabRelativeTo
impl Sync for PTabRelativeTo
impl Unpin for PTabRelativeTo
impl UnwindSafe for PTabRelativeTo
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