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 (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 RequestInfoPath
impl Debug for RequestInfoPath
Source§impl PartialEq for RequestInfoPath
impl PartialEq for RequestInfoPath
Source§fn eq(&self, other: &RequestInfoPath) -> bool
fn eq(&self, other: &RequestInfoPath) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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