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