pub struct IsLive;
Expand description
Marker feature to signal the host to only run the plugin in a live environment.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsLive
impl RefUnwindSafe for IsLive
impl Send for IsLive
impl Sync for IsLive
impl Unpin for IsLive
impl UnwindSafe for IsLive
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