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