pub enum Prepared<S> {
Egress(Egress<S>),
Cache(CacheTemplate),
}Variants§
Egress(Egress<S>)
Cache(CacheTemplate)
Auto Trait Implementations§
impl<S> !RefUnwindSafe for Prepared<S>
impl<S> !Send for Prepared<S>
impl<S> !Sync for Prepared<S>
impl<S> !UnwindSafe for Prepared<S>
impl<S> Freeze for Prepared<S>where
S: Freeze,
impl<S> Unpin for Prepared<S>where
S: Unpin,
impl<S> UnsafeUnpin for Prepared<S>where
S: UnsafeUnpin,
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