pub struct AgentBundle { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for AgentBundle
impl RefUnwindSafe for AgentBundle
impl Send for AgentBundle
impl Sync for AgentBundle
impl Unpin for AgentBundle
impl UnsafeUnpin for AgentBundle
impl UnwindSafe for AgentBundle
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