#[repr(C, u8)]pub enum OverscrollBehaviorParseErrorOwned {
InvalidValue(AzString),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OverscrollBehaviorParseErrorOwned
impl Clone for OverscrollBehaviorParseErrorOwned
Source§fn clone(&self) -> OverscrollBehaviorParseErrorOwned
fn clone(&self) -> OverscrollBehaviorParseErrorOwned
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 moreimpl Eq for OverscrollBehaviorParseErrorOwned
impl StructuralPartialEq for OverscrollBehaviorParseErrorOwned
Auto Trait Implementations§
impl Freeze for OverscrollBehaviorParseErrorOwned
impl RefUnwindSafe for OverscrollBehaviorParseErrorOwned
impl Send for OverscrollBehaviorParseErrorOwned
impl Sync for OverscrollBehaviorParseErrorOwned
impl Unpin for OverscrollBehaviorParseErrorOwned
impl UnsafeUnpin for OverscrollBehaviorParseErrorOwned
impl UnwindSafe for OverscrollBehaviorParseErrorOwned
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