pub enum SBMove {
L(u64),
R(u64),
}
Expand description
子ノードへの移動を表す。
Variants§
Trait Implementations§
impl Copy for SBMove
impl Eq for SBMove
impl StructuralPartialEq for SBMove
Auto Trait Implementations§
impl Freeze for SBMove
impl RefUnwindSafe for SBMove
impl Send for SBMove
impl Sync for SBMove
impl Unpin for SBMove
impl UnwindSafe for SBMove
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