pub struct sourceMetadata;Trait Implementations§
Source§impl Field for sourceMetadata
impl Field for sourceMetadata
Source§impl HasField<sourceMetadata> for AgentActivity
impl HasField<sourceMetadata> for AgentActivity
Auto Trait Implementations§
impl Freeze for sourceMetadata
impl RefUnwindSafe for sourceMetadata
impl Send for sourceMetadata
impl Sync for sourceMetadata
impl Unpin for sourceMetadata
impl UnwindSafe for sourceMetadata
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