pub struct ShortestPathRequest {
pub from: NodeId,
pub to: NodeId,
pub max_depth: u8,
}Fields§
§from: NodeId§to: NodeId§max_depth: u8Auto Trait Implementations§
impl Freeze for ShortestPathRequest
impl RefUnwindSafe for ShortestPathRequest
impl Send for ShortestPathRequest
impl Sync for ShortestPathRequest
impl Unpin for ShortestPathRequest
impl UnsafeUnpin for ShortestPathRequest
impl UnwindSafe for ShortestPathRequest
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