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