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