pub struct ResponseWrapperFmt(pub DiscriminatedUnionType);Tuple Fields§
§0: DiscriminatedUnionTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseWrapperFmt
impl RefUnwindSafe for ResponseWrapperFmt
impl Send for ResponseWrapperFmt
impl Sync for ResponseWrapperFmt
impl Unpin for ResponseWrapperFmt
impl UnwindSafe for ResponseWrapperFmt
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