pub struct LayoutWarning {
pub kind: LayoutWarningKind,
pub page: usize,
pub element_hint: String,
}Fields§
§kind: LayoutWarningKind§page: usize§element_hint: StringTrait Implementations§
Source§impl Clone for LayoutWarning
impl Clone for LayoutWarning
Source§fn clone(&self) -> LayoutWarning
fn clone(&self) -> LayoutWarning
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 moreAuto Trait Implementations§
impl Freeze for LayoutWarning
impl RefUnwindSafe for LayoutWarning
impl Send for LayoutWarning
impl Sync for LayoutWarning
impl Unpin for LayoutWarning
impl UnsafeUnpin for LayoutWarning
impl UnwindSafe for LayoutWarning
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