pub struct TestReqID;Expand description
TestReqID (112).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestReqID
impl RefUnwindSafe for TestReqID
impl Send for TestReqID
impl Sync for TestReqID
impl Unpin for TestReqID
impl UnsafeUnpin for TestReqID
impl UnwindSafe for TestReqID
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