Struct ark_api::behavior_controller::OutgoingMessages
source · pub struct OutgoingMessages { /* private fields */ }Expand description
Collection of outgoing messages returned from BehaviorController::instances_handle_messages
Individual messages can be iterated through with OutgoingMessages::iter
Implementations§
source§impl OutgoingMessages
impl OutgoingMessages
sourcepub fn iter(&self) -> OutgoingMessagesIter<'_> ⓘ
pub fn iter(&self) -> OutgoingMessagesIter<'_> ⓘ
Returns an iterator over the outgoing messages
Auto Trait Implementations§
impl RefUnwindSafe for OutgoingMessages
impl Send for OutgoingMessages
impl Sync for OutgoingMessages
impl Unpin for OutgoingMessages
impl UnwindSafe for OutgoingMessages
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