pub struct Commented<T>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<T> PrettyPrint for Commented<T>where
T: PrettyPrint,
impl<T> PrettyPrint for Commented<T>where
T: PrettyPrint,
fn pretty_print(&self, interner: &SymbolInterner, indentation: usize) -> String
Auto Trait Implementations§
impl<T> Freeze for Commented<T>where
T: Freeze,
impl<T> RefUnwindSafe for Commented<T>where
T: RefUnwindSafe,
impl<T> !Send for Commented<T>
impl<T> !Sync for Commented<T>
impl<T> Unpin for Commented<T>where
T: Unpin,
impl<T> UnwindSafe for Commented<T>where
T: 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