Struct ambient_api_core::core::messages::ModuleLoad
source · pub struct ModuleLoad;
Expand description
ModuleLoad: Sent to a module when it loads.
Implementations§
source§impl ModuleLoad
impl ModuleLoad
Trait Implementations§
source§impl Clone for ModuleLoad
impl Clone for ModuleLoad
source§fn clone(&self) -> ModuleLoad
fn clone(&self) -> ModuleLoad
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModuleLoad
impl Debug for ModuleLoad
source§impl Default for ModuleLoad
impl Default for ModuleLoad
source§impl RuntimeMessage for ModuleLoad
impl RuntimeMessage for ModuleLoad
source§fn subscribe<R: CallbackReturn>(
callback: impl FnMut(Self) -> R + 'static
) -> Listener
fn subscribe<R: CallbackReturn>( callback: impl FnMut(Self) -> R + 'static ) -> Listener
Subscribes to this Message. Wrapper around self::subscribe.
impl Message for ModuleLoad
Auto Trait Implementations§
impl RefUnwindSafe for ModuleLoad
impl Send for ModuleLoad
impl Sync for ModuleLoad
impl Unpin for ModuleLoad
impl UnwindSafe for ModuleLoad
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