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