pub struct TextIndent {
pub first_line: TextUnit,
pub rest_line: TextUnit,
}Fields§
§first_line: TextUnit§rest_line: TextUnitTrait Implementations§
Source§impl Clone for TextIndent
impl Clone for TextIndent
Source§fn clone(&self) -> TextIndent
fn clone(&self) -> TextIndent
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 TextIndent
impl Debug for TextIndent
Source§impl Default for TextIndent
impl Default for TextIndent
Source§impl PartialEq for TextIndent
impl PartialEq for TextIndent
impl Copy for TextIndent
impl StructuralPartialEq for TextIndent
Auto Trait Implementations§
impl Freeze for TextIndent
impl RefUnwindSafe for TextIndent
impl Send for TextIndent
impl Sync for TextIndent
impl Unpin for TextIndent
impl UnwindSafe for TextIndent
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