Struct fuel_core_client::client::schema::schema::MessageOutput
source · pub struct MessageOutput;
Trait Implementations§
source§impl HasField<__typename> for MessageOutput
impl HasField<__typename> for MessageOutput
source§impl HasField<recipient> for MessageOutput
impl HasField<recipient> for MessageOutput
impl HasSubtype<MessageOutput> for Output
Auto Trait Implementations§
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