pub struct PatchUri { /* private fields */ }
Expand description
Stores the information needed to create the URI which points to and incremental font transfer patch.
Stores a template and the arguments used to instantiate it. See: https://w3c.github.io/IFT/Overview.html#uri-templates for details on the template format.
The input to the template expansion can be either a numeric index or a string id. Currently only the numeric index is supported.
Trait Implementations§
impl Eq for PatchUri
impl StructuralPartialEq for PatchUri
Auto Trait Implementations§
impl Freeze for PatchUri
impl RefUnwindSafe for PatchUri
impl Send for PatchUri
impl Sync for PatchUri
impl Unpin for PatchUri
impl UnwindSafe for PatchUri
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)