pub enum RpAccept {
Json,
Text,
}
Variants§
Trait Implementations§
impl Eq for RpAccept
impl StructuralPartialEq for RpAccept
Auto Trait Implementations§
impl Freeze for RpAccept
impl RefUnwindSafe for RpAccept
impl Send for RpAccept
impl Sync for RpAccept
impl Unpin for RpAccept
impl UnwindSafe for RpAccept
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