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