pub struct Finally<'a> {
pub body: Suite<'a>,
pub leading_lines: Vec<EmptyLine<'a>>,
pub whitespace_before_colon: SimpleWhitespace<'a>,
}
Fields§
§body: Suite<'a>
§leading_lines: Vec<EmptyLine<'a>>
§whitespace_before_colon: SimpleWhitespace<'a>
Trait Implementations§
impl<'a> Eq for Finally<'a>
impl<'a> StructuralPartialEq for Finally<'a>
Auto Trait Implementations§
impl<'a> Freeze for Finally<'a>
impl<'a> RefUnwindSafe for Finally<'a>
impl<'a> Send for Finally<'a>
impl<'a> Sync for Finally<'a>
impl<'a> Unpin for Finally<'a>
impl<'a> UnwindSafe for Finally<'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