pub struct EmptyParametersList;Trait Implementations§
source§impl From<EmptyParametersList> for ReportMessage
impl From<EmptyParametersList> for ReportMessage
source§fn from(_value: EmptyParametersList) -> Self
fn from(_value: EmptyParametersList) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for EmptyParametersList
impl Send for EmptyParametersList
impl Sync for EmptyParametersList
impl Unpin for EmptyParametersList
impl UnwindSafe for EmptyParametersList
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