pub enum ReadableTextError {
InvalidFontSize,
InvalidLineHeight,
InvalidContainerWidth,
InvalidCharacterWidth,
InvalidCharactersPerLine,
}Variants§
InvalidFontSize
InvalidLineHeight
InvalidContainerWidth
InvalidCharacterWidth
InvalidCharactersPerLine
Trait Implementations§
Source§impl Clone for ReadableTextError
impl Clone for ReadableTextError
Source§fn clone(&self) -> ReadableTextError
fn clone(&self) -> ReadableTextError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReadableTextError
impl Debug for ReadableTextError
Source§impl PartialEq for ReadableTextError
impl PartialEq for ReadableTextError
Source§fn eq(&self, other: &ReadableTextError) -> bool
fn eq(&self, other: &ReadableTextError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ReadableTextError
impl Eq for ReadableTextError
impl StructuralPartialEq for ReadableTextError
Auto Trait Implementations§
impl Freeze for ReadableTextError
impl RefUnwindSafe for ReadableTextError
impl Send for ReadableTextError
impl Sync for ReadableTextError
impl Unpin for ReadableTextError
impl UnsafeUnpin for ReadableTextError
impl UnwindSafe for ReadableTextError
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