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