pub struct GetReqPathResultBuilder {
pub requested_path: String,
pub err_code: u32,
pub err_msg: Option<String>,
pub resolved_path_results: Vec<ResolvedPathResultBuilder>,
}Fields§
§requested_path: String§err_code: u32§err_msg: Option<String>§resolved_path_results: Vec<ResolvedPathResultBuilder>Implementations§
Trait Implementations§
Source§impl Clone for ReqPathResultBuilder
impl Clone for ReqPathResultBuilder
Source§fn clone(&self) -> ReqPathResultBuilder
fn clone(&self) -> ReqPathResultBuilder
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 ReqPathResultBuilder
impl RefUnwindSafe for ReqPathResultBuilder
impl Send for ReqPathResultBuilder
impl Sync for ReqPathResultBuilder
impl Unpin for ReqPathResultBuilder
impl UnwindSafe for ReqPathResultBuilder
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