pub struct MultiMessageOutput;
Trait Implementations§
Source§impl HasField<__typename> for MultiMessageOutput
impl HasField<__typename> for MultiMessageOutput
Source§impl HasField<results> for MultiMessageOutput
impl HasField<results> for MultiMessageOutput
Source§impl HasField<totalCount> for MultiMessageOutput
impl HasField<totalCount> for MultiMessageOutput
Auto Trait Implementations§
impl Freeze for MultiMessageOutput
impl RefUnwindSafe for MultiMessageOutput
impl Send for MultiMessageOutput
impl Sync for MultiMessageOutput
impl Unpin for MultiMessageOutput
impl UnwindSafe for MultiMessageOutput
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