Enum vrp_core::utils::Either [−][src]
pub enum Either {
Left,
Right,
}Expand description
Represents a type with two values.
Variants
Expand description
Left value.
Expand description
Right type.
Auto Trait Implementations
impl RefUnwindSafe for Either
impl Send for Either
impl Sync for Either
impl Unpin for Either
impl UnwindSafe for Either
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,