pub struct ResponseContentDispositionSerializer;
Implementations§
Auto Trait Implementations§
impl Freeze for ResponseContentDispositionSerializer
impl RefUnwindSafe for ResponseContentDispositionSerializer
impl Send for ResponseContentDispositionSerializer
impl Sync for ResponseContentDispositionSerializer
impl Unpin for ResponseContentDispositionSerializer
impl UnwindSafe for ResponseContentDispositionSerializer
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