#[repr(C, u8)]pub enum StyleScrollbarGutterParseErrorOwned {
InvalidValue(AzString),
}Expand description
An owned version of StyleScrollbarGutterParseError.
Variants§
Implementations§
Source§impl StyleScrollbarGutterParseErrorOwned
impl StyleScrollbarGutterParseErrorOwned
Converts the owned error back into a borrowed error.
Trait Implementations§
Source§impl Clone for StyleScrollbarGutterParseErrorOwned
impl Clone for StyleScrollbarGutterParseErrorOwned
Source§fn clone(&self) -> StyleScrollbarGutterParseErrorOwned
fn clone(&self) -> StyleScrollbarGutterParseErrorOwned
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 moreSource§impl PartialEq for StyleScrollbarGutterParseErrorOwned
impl PartialEq for StyleScrollbarGutterParseErrorOwned
Source§fn eq(&self, other: &StyleScrollbarGutterParseErrorOwned) -> bool
fn eq(&self, other: &StyleScrollbarGutterParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StyleScrollbarGutterParseErrorOwned
impl StructuralPartialEq for StyleScrollbarGutterParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleScrollbarGutterParseErrorOwned
impl RefUnwindSafe for StyleScrollbarGutterParseErrorOwned
impl Send for StyleScrollbarGutterParseErrorOwned
impl Sync for StyleScrollbarGutterParseErrorOwned
impl Unpin for StyleScrollbarGutterParseErrorOwned
impl UnsafeUnpin for StyleScrollbarGutterParseErrorOwned
impl UnwindSafe for StyleScrollbarGutterParseErrorOwned
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