Struct search_non_local_trait_impl::LayoutError
source · pub struct LayoutError;
Trait Implementations§
source§impl Clone for LayoutError
impl Clone for LayoutError
source§fn clone(&self) -> LayoutError
fn clone(&self) -> LayoutError
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 LayoutError
impl Debug for LayoutError
source§impl PartialEq<LayoutError> for LayoutError
impl PartialEq<LayoutError> for LayoutError
source§fn eq(&self, other: &LayoutError) -> bool
fn eq(&self, other: &LayoutError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LayoutError
impl StructuralEq for LayoutError
impl StructuralPartialEq for LayoutError
Auto Trait Implementations§
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