pub struct Kubernix { /* private fields */ }
Expand description
The main entry point for the application
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kubernix
impl !RefUnwindSafe for Kubernix
impl Send for Kubernix
impl !Sync for Kubernix
impl Unpin for Kubernix
impl !UnwindSafe for Kubernix
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