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