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