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