pub struct Actix { /* private fields */ }Expand description
Configuration for the Actix web server
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Actix
impl<'de> Deserialize<'de> for Actix
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Actix
impl StructuralPartialEq for Actix
Auto Trait Implementations§
impl Freeze for Actix
impl RefUnwindSafe for Actix
impl Send for Actix
impl Sync for Actix
impl Unpin for Actix
impl UnwindSafe for Actix
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