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