pub struct LayoutError;
Expand description
Error when constructing an ArrayLayout
.
Trait Implementations§
Source§impl From<LayoutError> for Error
impl From<LayoutError> for Error
Source§fn from(_: LayoutError) -> Error
fn from(_: LayoutError) -> Error
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LayoutError
impl RefUnwindSafe for LayoutError
impl Send for LayoutError
impl Sync for LayoutError
impl Unpin for LayoutError
impl UnwindSafe for LayoutError
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