pub struct Planetary {}Expand description
Main entry point for the plugin
Implementations§
Auto Trait Implementations§
impl Freeze for Planetary
impl RefUnwindSafe for Planetary
impl Send for Planetary
impl Sync for Planetary
impl Unpin for Planetary
impl UnwindSafe for Planetary
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