pub struct UseLegacyErrorSerialization;
Expand description
A marker value to opt into legacy error serialization.
If present in the response extensions of a request, server implementations should use
conjure_error::stringify_parameters
to convert all error parameters to their legacy
stringified format.
Trait Implementations§
Source§impl Clone for UseLegacyErrorSerialization
impl Clone for UseLegacyErrorSerialization
Source§fn clone(&self) -> UseLegacyErrorSerialization
fn clone(&self) -> UseLegacyErrorSerialization
Returns a duplicate of the value. Read more
1.0.0 · 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 UseLegacyErrorSerialization
impl Debug for UseLegacyErrorSerialization
impl Copy for UseLegacyErrorSerialization
Auto Trait Implementations§
impl Freeze for UseLegacyErrorSerialization
impl RefUnwindSafe for UseLegacyErrorSerialization
impl Send for UseLegacyErrorSerialization
impl Sync for UseLegacyErrorSerialization
impl Unpin for UseLegacyErrorSerialization
impl UnwindSafe for UseLegacyErrorSerialization
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