pub struct Electron { /* private fields */ }Expand description
Electron protocol object
TODO: Complete implementation. Currently a stub to support protocol registration.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Electron
impl !RefUnwindSafe for Electron
impl Send for Electron
impl Sync for Electron
impl Unpin for Electron
impl UnsafeUnpin for Electron
impl !UnwindSafe for Electron
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