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