pub struct subject;Trait Implementations§
Source§impl HasField<subject> for ReferencedEvent
impl HasField<subject> for ReferencedEvent
Source§type Type = ReferencedSubject
type Type = ReferencedSubject
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for subject
impl RefUnwindSafe for subject
impl Send for subject
impl Sync for subject
impl Unpin for subject
impl UnwindSafe for subject
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