pub enum SplitTo {
Left,
Right,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SplitTo
impl RefUnwindSafe for SplitTo
impl Send for SplitTo
impl Sync for SplitTo
impl Unpin for SplitTo
impl UnwindSafe for SplitTo
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