Struct hyper_scripter::util::DisplayType
source · [−]pub struct DisplayType<'a> { /* private fields */ }
Expand description
可用來表示「未知類別」的概念 TODO: 測試之
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for DisplayType<'a>
impl<'a> Send for DisplayType<'a>
impl<'a> Sync for DisplayType<'a>
impl<'a> Unpin for DisplayType<'a>
impl<'a> UnwindSafe for DisplayType<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more