Enum lib_humus::HumusFormatFamily
source · pub enum HumusFormatFamily {
Template,
API,
}Expand description
Defines how the response should be rendered.
Variants§
Template
When rendering the templating engine will be invoked.
API
When rendering the View is asked to generate an API response.
Auto Trait Implementations§
impl RefUnwindSafe for HumusFormatFamily
impl Send for HumusFormatFamily
impl Sync for HumusFormatFamily
impl Unpin for HumusFormatFamily
impl UnwindSafe for HumusFormatFamily
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