#[non_exhaustive]pub struct PageLayoutError;
Expand description
Invalid parameters used in PageLayout
construction.
Trait Implementations§
Source§impl Clone for PageLayoutError
impl Clone for PageLayoutError
Source§fn clone(&self) -> PageLayoutError
fn clone(&self) -> PageLayoutError
Returns a copy of the value. Read more
1.0.0 · 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 PageLayoutError
impl Debug for PageLayoutError
Source§impl Display for PageLayoutError
impl Display for PageLayoutError
Source§impl PartialEq for PageLayoutError
impl PartialEq for PageLayoutError
impl Eq for PageLayoutError
impl StructuralPartialEq for PageLayoutError
Auto Trait Implementations§
impl Freeze for PageLayoutError
impl RefUnwindSafe for PageLayoutError
impl Send for PageLayoutError
impl Sync for PageLayoutError
impl Unpin for PageLayoutError
impl UnwindSafe for PageLayoutError
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