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