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