Struct ExFormat
pub struct ExFormat<'ex> { /* private fields */ }Expand description
Default-param extender for ScriptBacktrace::format_ex.
Implementations§
§impl<'ex> ExFormat<'ex>
impl<'ex> ExFormat<'ex>
pub fn indent_all(self, indent_all: i32) -> ExFormat<'ex>
pub fn indent_frames(self, indent_frames: i32) -> ExFormat<'ex>
pub fn done(self) -> GString
Auto Trait Implementations§
impl<'ex> Freeze for ExFormat<'ex>
impl<'ex> RefUnwindSafe for ExFormat<'ex>
impl<'ex> !Send for ExFormat<'ex>
impl<'ex> !Sync for ExFormat<'ex>
impl<'ex> Unpin for ExFormat<'ex>
impl<'ex> UnwindSafe for ExFormat<'ex>
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