Struct texlang_font::NoOpFontRepo
source · pub struct NoOpFontRepo<T>(/* private fields */);
Trait Implementations§
source§impl<T> Default for NoOpFontRepo<T>
impl<T> Default for NoOpFontRepo<T>
source§impl<'de, T> Deserialize<'de> for NoOpFontRepo<T>
impl<'de, T> Deserialize<'de> for NoOpFontRepo<T>
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<T: Format> FontRepo for NoOpFontRepo<T>
impl<T: Format> FontRepo for NoOpFontRepo<T>
Auto Trait Implementations§
impl<T> Freeze for NoOpFontRepo<T>
impl<T> RefUnwindSafe for NoOpFontRepo<T>where
T: RefUnwindSafe,
impl<T> Send for NoOpFontRepo<T>where
T: Send,
impl<T> Sync for NoOpFontRepo<T>where
T: Sync,
impl<T> Unpin for NoOpFontRepo<T>where
T: Unpin,
impl<T> UnwindSafe for NoOpFontRepo<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