pub struct Decorator<'a> {
pub decorator: Expression<'a>,
pub leading_lines: Vec<EmptyLine<'a>>,
pub whitespace_after_at: SimpleWhitespace<'a>,
pub trailing_whitespace: TrailingWhitespace<'a>,
}
Fields§
§decorator: Expression<'a>
§leading_lines: Vec<EmptyLine<'a>>
§whitespace_after_at: SimpleWhitespace<'a>
§trailing_whitespace: TrailingWhitespace<'a>
Trait Implementations§
impl<'a> Eq for Decorator<'a>
impl<'a> StructuralPartialEq for Decorator<'a>
Auto Trait Implementations§
impl<'a> Freeze for Decorator<'a>
impl<'a> RefUnwindSafe for Decorator<'a>
impl<'a> Send for Decorator<'a>
impl<'a> Sync for Decorator<'a>
impl<'a> Unpin for Decorator<'a>
impl<'a> UnwindSafe for Decorator<'a>
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