pub struct FunctionPrinter { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionPrinter
impl RefUnwindSafe for FunctionPrinter
impl Send for FunctionPrinter
impl Sync for FunctionPrinter
impl Unpin for FunctionPrinter
impl UnwindSafe for FunctionPrinter
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