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