Struct spring_stream::extractor::Config  
source · pub struct Config<T>(pub T)
where
    T: DeserializeOwned + Configurable;Tuple Fields§
§0: TTrait Implementations§
source§impl<T> Deref for Config<T>where
    T: DeserializeOwned + Configurable,
 
impl<T> Deref for Config<T>where
    T: DeserializeOwned + Configurable,
source§impl<T> DerefMut for Config<T>where
    T: DeserializeOwned + Configurable,
 
impl<T> DerefMut for Config<T>where
    T: DeserializeOwned + Configurable,
source§impl<T> FromMsg for Config<T>where
    T: DeserializeOwned + Configurable,
 
impl<T> FromMsg for Config<T>where
    T: DeserializeOwned + Configurable,
fn from_msg(_msg: &SeaMessage<'_>, app: &App) -> Self
Auto Trait Implementations§
impl<T> Freeze for Config<T>where
    T: Freeze,
impl<T> RefUnwindSafe for Config<T>where
    T: RefUnwindSafe,
impl<T> Send for Config<T>where
    T: Send,
impl<T> Sync for Config<T>where
    T: Sync,
impl<T> Unpin for Config<T>where
    T: Unpin,
impl<T> UnwindSafe for Config<T>where
    T: UnwindSafe,
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