Struct hyper_scripter::script_type::DisplayTy
source · [−]Expand description
因為沒辦法直接對 AsScriptFullTypeRef 實作 Display 不得不多包一層…
Tuple Fields
0: &'a U
Trait Implementations
Auto Trait Implementations
impl<'a, U: ?Sized> RefUnwindSafe for DisplayTy<'a, U> where
U: RefUnwindSafe,
impl<'a, U: ?Sized> Send for DisplayTy<'a, U> where
U: Sync,
impl<'a, U: ?Sized> Sync for DisplayTy<'a, U> where
U: Sync,
impl<'a, U: ?Sized> Unpin for DisplayTy<'a, U>
impl<'a, U: ?Sized> UnwindSafe for DisplayTy<'a, U> where
U: RefUnwindSafe,
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