pub struct PTab {
pub alignment: Option<PTabAlignment>,
pub relative_to: Option<PTabRelativeTo>,
pub leader: Option<PTabLeader>,
}
Fields§
§alignment: Option<PTabAlignment>
§relative_to: Option<PTabRelativeTo>
§leader: Option<PTabLeader>
Implementations§
Source§impl PTab
impl PTab
pub fn alignment<T: Into<PTabAlignment>>(self, value: T) -> Self
pub fn relative_to<T: Into<PTabRelativeTo>>(self, value: T) -> Self
pub fn leader<T: Into<PTabLeader>>(self, value: T) -> Self
Trait Implementations§
Source§impl<'a> From<PTab> for RunContent<'a>
impl<'a> From<PTab> for RunContent<'a>
Source§fn from(original: PTab) -> RunContent<'a>
fn from(original: PTab) -> RunContent<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PTab
impl RefUnwindSafe for PTab
impl Send for PTab
impl Sync for PTab
impl Unpin for PTab
impl UnwindSafe for PTab
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