pub struct CandidateOffset<N> {
pub offset: Result<Offset, Offset>,
pub node: Option<N>,
}Fields§
§offset: Result<Offset, Offset>§node: Option<N>Auto Trait Implementations§
impl<N> Freeze for CandidateOffset<N>where
N: Freeze,
impl<N> RefUnwindSafe for CandidateOffset<N>where
N: RefUnwindSafe,
impl<N> Send for CandidateOffset<N>where
N: Send,
impl<N> Sync for CandidateOffset<N>where
N: Sync,
impl<N> Unpin for CandidateOffset<N>where
N: Unpin,
impl<N> UnsafeUnpin for CandidateOffset<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for CandidateOffset<N>where
N: UnwindSafe,
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