Struct transmog_async::AsyncDestination
source · pub struct AsyncDestination;Expand description
A marker that indicates that the wrapping type is compatible with TransmogReader.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AsyncDestination
impl Send for AsyncDestination
impl Sync for AsyncDestination
impl Unpin for AsyncDestination
impl UnwindSafe for AsyncDestination
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