pub struct PreviewResponse {
pub current: CurrentEstimate,
pub cache_projections: CacheProjections,
pub route_suggestions: Vec<RouteSuggestion>,
pub warnings: Vec<String>,
pub trace_id: String,
}Fields§
§current: CurrentEstimate§cache_projections: CacheProjections§route_suggestions: Vec<RouteSuggestion>§warnings: Vec<String>§trace_id: StringTrait Implementations§
Source§impl Clone for PreviewResponse
impl Clone for PreviewResponse
Source§fn clone(&self) -> PreviewResponse
fn clone(&self) -> PreviewResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreviewResponse
impl Debug for PreviewResponse
Auto Trait Implementations§
impl Freeze for PreviewResponse
impl RefUnwindSafe for PreviewResponse
impl Send for PreviewResponse
impl Sync for PreviewResponse
impl Unpin for PreviewResponse
impl UnsafeUnpin for PreviewResponse
impl UnwindSafe for PreviewResponse
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