pub struct Request<'a> {
pub cmap_entries: &'a [CMapEntry],
pub bcp_47: &'a [&'a str],
pub family_name: Option<&'a str>,
pub model: &'a [Coordinate],
pub synthetic_bold: Option<bool>,
pub synthetic_oblique: Option<bool>,
}Fields§
§cmap_entries: &'a [CMapEntry]§bcp_47: &'a [&'a str]§family_name: Option<&'a str>§model: &'a [Coordinate]§synthetic_bold: Option<bool>§synthetic_oblique: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Request<'a>
impl<'a> RefUnwindSafe for Request<'a>
impl<'a> Send for Request<'a>
impl<'a> Sync for Request<'a>
impl<'a> Unpin for Request<'a>
impl<'a> UnsafeUnpin for Request<'a>
impl<'a> UnwindSafe for Request<'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