pub struct UnknownFontFormat(pub String);Expand description
Error type returned from Pattern::format.
The error holds the name of the unknown format.
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UnknownFontFormat
impl RefUnwindSafe for UnknownFontFormat
impl Send for UnknownFontFormat
impl Sync for UnknownFontFormat
impl Unpin for UnknownFontFormat
impl UnsafeUnpin for UnknownFontFormat
impl UnwindSafe for UnknownFontFormat
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