Enum general_sam::utils::treap::SplitTo
source · pub enum SplitTo {
Left,
Right,
}Available on crate feature
utils only.Variants§
Trait Implementations§
Auto Trait Implementations§
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