pub struct SBPath(pub Vec<SBMove>);
Expand description
Stern-Brocot木の根からノードへのパスを表す。
Tuple Fields§
§0: Vec<SBMove>
Implementations§
Trait Implementations§
impl Eq for SBPath
impl StructuralPartialEq for SBPath
Auto Trait Implementations§
impl Freeze for SBPath
impl RefUnwindSafe for SBPath
impl Send for SBPath
impl Sync for SBPath
impl Unpin for SBPath
impl UnwindSafe for SBPath
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