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
sourceimpl OutgoingMessages
impl OutgoingMessages
sourcepub fn iter(&self) -> OutgoingMessagesIter<'_>ⓘNotable traits for OutgoingMessagesIter<'a>impl<'a> Iterator for OutgoingMessagesIter<'a> type Item = OutgoingMessage<'a>;
pub fn iter(&self) -> OutgoingMessagesIter<'_>ⓘNotable traits for OutgoingMessagesIter<'a>impl<'a> Iterator for OutgoingMessagesIter<'a> type Item = OutgoingMessage<'a>;
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more