pub struct asyncPreference;
Trait Implementations§
Source§impl Field for asyncPreference
impl Field for asyncPreference
Auto Trait Implementations§
impl Freeze for asyncPreference
impl RefUnwindSafe for asyncPreference
impl Send for asyncPreference
impl Sync for asyncPreference
impl Unpin for asyncPreference
impl UnwindSafe for asyncPreference
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