#[repr(C, u8)]pub enum ScrollbarFadeDelayParseErrorOwned {
InvalidValue(AzString),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ScrollbarFadeDelayParseErrorOwned
impl Clone for ScrollbarFadeDelayParseErrorOwned
Source§fn clone(&self) -> ScrollbarFadeDelayParseErrorOwned
fn clone(&self) -> ScrollbarFadeDelayParseErrorOwned
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 ScrollbarFadeDelayParseErrorOwned
impl PartialEq for ScrollbarFadeDelayParseErrorOwned
Source§fn eq(&self, other: &ScrollbarFadeDelayParseErrorOwned) -> bool
fn eq(&self, other: &ScrollbarFadeDelayParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ScrollbarFadeDelayParseErrorOwned
Auto Trait Implementations§
impl Freeze for ScrollbarFadeDelayParseErrorOwned
impl RefUnwindSafe for ScrollbarFadeDelayParseErrorOwned
impl Send for ScrollbarFadeDelayParseErrorOwned
impl Sync for ScrollbarFadeDelayParseErrorOwned
impl Unpin for ScrollbarFadeDelayParseErrorOwned
impl UnsafeUnpin for ScrollbarFadeDelayParseErrorOwned
impl UnwindSafe for ScrollbarFadeDelayParseErrorOwned
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