pub struct Upgrader { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Upgrader
impl RefUnwindSafe for Upgrader
impl Send for Upgrader
impl Sync for Upgrader
impl Unpin for Upgrader
impl UnwindSafe for Upgrader
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
Source§impl<T> Cast for T
impl<T> Cast for T
Source§fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> Uwhere
Self: CastTo<U>,
U: HasInterner,
Cast a value to type
U using CastTo.