pub struct BrandedTypeExporter<'a> {
pub types: &'a TypeCollection,
/* private fields */
}Expand description
Reference to Typescript language exporter for branded type callbacks.
Fields§
§types: &'a TypeCollectionCollected types currently being exported.
Implementations§
Methods from Deref<Target = Exporter>§
Trait Implementations§
Source§impl AsRef<Exporter> for BrandedTypeExporter<'_>
impl AsRef<Exporter> for BrandedTypeExporter<'_>
Source§impl Debug for BrandedTypeExporter<'_>
impl Debug for BrandedTypeExporter<'_>
Auto Trait Implementations§
impl<'a> Freeze for BrandedTypeExporter<'a>
impl<'a> !RefUnwindSafe for BrandedTypeExporter<'a>
impl<'a> Send for BrandedTypeExporter<'a>
impl<'a> Sync for BrandedTypeExporter<'a>
impl<'a> Unpin for BrandedTypeExporter<'a>
impl<'a> UnsafeUnpin for BrandedTypeExporter<'a>
impl<'a> !UnwindSafe for BrandedTypeExporter<'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