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