pub enum TextJustifyParseErrorOwned {
InvalidValue(String),
}Variants§
Implementations§
Source§impl TextJustifyParseErrorOwned
impl TextJustifyParseErrorOwned
pub fn to_borrowed(&self) -> TextJustifyParseError<'_>
Trait Implementations§
Source§impl Clone for TextJustifyParseErrorOwned
impl Clone for TextJustifyParseErrorOwned
Source§fn clone(&self) -> TextJustifyParseErrorOwned
fn clone(&self) -> TextJustifyParseErrorOwned
Returns a duplicate 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 TextJustifyParseErrorOwned
impl Debug for TextJustifyParseErrorOwned
impl StructuralPartialEq for TextJustifyParseErrorOwned
Auto Trait Implementations§
impl Freeze for TextJustifyParseErrorOwned
impl RefUnwindSafe for TextJustifyParseErrorOwned
impl Send for TextJustifyParseErrorOwned
impl Sync for TextJustifyParseErrorOwned
impl Unpin for TextJustifyParseErrorOwned
impl UnwindSafe for TextJustifyParseErrorOwned
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