pub struct InsufficientView {
pub canvas_size: CoordPair,
/* private fields */
}Fields§
§canvas_size: CoordPairTrait Implementations§
Source§impl Debug for InsufficientView
impl Debug for InsufficientView
Source§impl Display for InsufficientView
impl Display for InsufficientView
Source§impl Error for InsufficientView
impl Error for InsufficientView
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<InsufficientView> for Error
impl From<InsufficientView> for Error
Source§fn from(source: InsufficientView) -> Self
fn from(source: InsufficientView) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InsufficientView
impl RefUnwindSafe for InsufficientView
impl Send for InsufficientView
impl Sync for InsufficientView
impl Unpin for InsufficientView
impl UnsafeUnpin for InsufficientView
impl UnwindSafe for InsufficientView
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