pub struct EntireContext<T: 'static = ()>(/* private fields */);
Expand description
完整路径上下文。
Implementations§
Source§impl<T: 'static> EntireContext<T>
impl<T: 'static> EntireContext<T>
Sourcepub fn split(self) -> (EntireContextSeparated, FastMail<T>)
pub fn split(self) -> (EntireContextSeparated, FastMail<T>)
分离完整路径上下文和快速路径消息。
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for EntireContext<T>
impl<T> RefUnwindSafe for EntireContext<T>where
T: RefUnwindSafe,
impl<T = ()> !Send for EntireContext<T>
impl<T = ()> !Sync for EntireContext<T>
impl<T> Unpin for EntireContext<T>where
T: Unpin,
impl<T> UnwindSafe for EntireContext<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