Struct fuel_core_client::client::schema::schema::MessageConnection
source · pub struct MessageConnection;
Trait Implementations§
source§impl HasField<__typename> for MessageConnection
impl HasField<__typename> for MessageConnection
source§impl HasField<edges> for MessageConnection
impl HasField<edges> for MessageConnection
§type Type = Vec<MessageEdge, Global>
type Type = Vec<MessageEdge, Global>
The schema marker type of this field.
source§impl HasField<nodes> for MessageConnection
impl HasField<nodes> for MessageConnection
source§impl HasField<pageInfo> for MessageConnection
impl HasField<pageInfo> for MessageConnection
Auto Trait Implementations§
impl RefUnwindSafe for MessageConnection
impl Send for MessageConnection
impl Sync for MessageConnection
impl Unpin for MessageConnection
impl UnwindSafe for MessageConnection
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