pub struct RequestInfoPath {
pub request_id: RequestId,
}Fields§
§request_id: RequestIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for RequestInfoPath
impl RefUnwindSafe for RequestInfoPath
impl Send for RequestInfoPath
impl Sync for RequestInfoPath
impl Unpin for RequestInfoPath
impl UnwindSafe for RequestInfoPath
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