pub enum TimePickerLayoutType {
Horizontal,
Vertical,
}Expand description
Layout types for TimePicker.
Variants§
Trait Implementations§
Source§impl Clone for TimePickerLayoutType
impl Clone for TimePickerLayoutType
Source§fn clone(&self) -> TimePickerLayoutType
fn clone(&self) -> TimePickerLayoutType
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 Copy for TimePickerLayoutType
Source§impl Debug for TimePickerLayoutType
impl Debug for TimePickerLayoutType
Source§impl PartialEq for TimePickerLayoutType
impl PartialEq for TimePickerLayoutType
Source§fn eq(&self, other: &TimePickerLayoutType) -> bool
fn eq(&self, other: &TimePickerLayoutType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimePickerLayoutType
Auto Trait Implementations§
impl Freeze for TimePickerLayoutType
impl RefUnwindSafe for TimePickerLayoutType
impl Send for TimePickerLayoutType
impl Sync for TimePickerLayoutType
impl Unpin for TimePickerLayoutType
impl UnsafeUnpin for TimePickerLayoutType
impl UnwindSafe for TimePickerLayoutType
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