pub struct sourceMetadata;Trait Implementations§
Source§impl Field for sourceMetadata
impl Field for sourceMetadata
Source§impl HasField<sourceMetadata> for AgentSessionWebhookPayload
impl HasField<sourceMetadata> for AgentSessionWebhookPayload
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
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