pub struct MLNHeadlessFrontend { /* private fields */ }Expand description
Opaque type for MLNHeadlessFrontend
Auto Trait Implementations§
impl Freeze for MLNHeadlessFrontend
impl RefUnwindSafe for MLNHeadlessFrontend
impl Send for MLNHeadlessFrontend
impl Sync for MLNHeadlessFrontend
impl Unpin for MLNHeadlessFrontend
impl UnsafeUnpin for MLNHeadlessFrontend
impl UnwindSafe for MLNHeadlessFrontend
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