Struct rustc_demangle::SizeLimitedFmtAdapter
source · pub(crate) struct SizeLimitedFmtAdapter<F> {
pub(crate) remaining: Result<usize, SizeLimitExhausted>,
pub(crate) inner: F,
}
Fields§
§remaining: Result<usize, SizeLimitExhausted>
§inner: F
Trait Implementations§
Auto Trait Implementations§
impl<F> RefUnwindSafe for SizeLimitedFmtAdapter<F>where F: RefUnwindSafe,
impl<F> Send for SizeLimitedFmtAdapter<F>where F: Send,
impl<F> Sync for SizeLimitedFmtAdapter<F>where F: Sync,
impl<F> Unpin for SizeLimitedFmtAdapter<F>where F: Unpin,
impl<F> UnwindSafe for SizeLimitedFmtAdapter<F>where F: UnwindSafe,
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