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