Struct askama_shared::Integrations
source · pub struct Integrations {
pub actix: bool,
pub axum: bool,
pub gotham: bool,
pub mendes: bool,
pub rocket: bool,
pub tide: bool,
pub warp: bool,
}
Fields§
§actix: bool
§axum: bool
§gotham: bool
§mendes: bool
§rocket: bool
§tide: bool
§warp: bool
Trait Implementations§
source§impl Clone for Integrations
impl Clone for Integrations
source§fn clone(&self) -> Integrations
fn clone(&self) -> Integrations
Returns a copy 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 Integrations
impl Debug for Integrations
impl Copy for Integrations
Auto Trait Implementations§
impl Freeze for Integrations
impl RefUnwindSafe for Integrations
impl Send for Integrations
impl Sync for Integrations
impl Unpin for Integrations
impl UnwindSafe for Integrations
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