pub struct PathPosition {
pub node_id: u64,
pub offset: u64,
pub is_forward: bool,
}Fields§
§node_id: u64§offset: u64§is_forward: boolTrait Implementations§
Source§impl Clone for PathPosition
impl Clone for PathPosition
Source§fn clone(&self) -> PathPosition
fn clone(&self) -> PathPosition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PathPosition
impl RefUnwindSafe for PathPosition
impl Send for PathPosition
impl Sync for PathPosition
impl Unpin for PathPosition
impl UnwindSafe for PathPosition
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