Enum PullSelection
pub enum PullSelection {
Disable,
PullDown,
PullUp,
}Variants§
Implementations§
§impl PullSelection
impl PullSelection
Trait Implementations§
§impl Clone for PullSelection
impl Clone for PullSelection
§fn clone(&self) -> PullSelection
fn clone(&self) -> PullSelection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for PullSelection
impl Debug for PullSelection
impl Copy for PullSelection
Auto Trait Implementations§
impl Freeze for PullSelection
impl RefUnwindSafe for PullSelection
impl Send for PullSelection
impl Sync for PullSelection
impl Unpin for PullSelection
impl UnwindSafe for PullSelection
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