pub struct FontAtlasDeserializationError {
pub message: String,
}
Fields§
§message: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontAtlasDeserializationError
impl RefUnwindSafe for FontAtlasDeserializationError
impl Send for FontAtlasDeserializationError
impl Sync for FontAtlasDeserializationError
impl Unpin for FontAtlasDeserializationError
impl UnwindSafe for FontAtlasDeserializationError
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