Struct fuel_core_client::client::schema::schema::MessageEdge
source · pub struct MessageEdge;
Trait Implementations§
source§impl HasField<__typename> for MessageEdge
impl HasField<__typename> for MessageEdge
source§impl HasField<cursor> for MessageEdge
impl HasField<cursor> for MessageEdge
Auto Trait Implementations§
impl RefUnwindSafe for MessageEdge
impl Send for MessageEdge
impl Sync for MessageEdge
impl Unpin for MessageEdge
impl UnwindSafe for MessageEdge
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