pub struct RequestInfoPath {
pub request_id: RequestId,
}Fields§
§request_id: RequestIdTrait Implementations§
Source§impl Clone for RequestInfoPath
impl Clone for RequestInfoPath
Source§fn clone(&self) -> RequestInfoPath
fn clone(&self) -> RequestInfoPath
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RequestInfoPath
impl Debug for RequestInfoPath
Source§impl PartialEq for RequestInfoPath
impl PartialEq for RequestInfoPath
impl StructuralPartialEq for RequestInfoPath
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