pub struct BalanceChangeConnection;
Trait Implementations§
Source§impl HasField<__typename> for BalanceChangeConnection
impl HasField<__typename> for BalanceChangeConnection
Source§impl HasField<edges> for BalanceChangeConnection
impl HasField<edges> for BalanceChangeConnection
Source§type Type = Vec<BalanceChangeEdge>
type Type = Vec<BalanceChangeEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for BalanceChangeConnection
impl HasField<nodes> for BalanceChangeConnection
Source§type Type = Vec<BalanceChange>
type Type = Vec<BalanceChange>
The schema marker type of this field.
Source§impl HasField<pageInfo> for BalanceChangeConnection
impl HasField<pageInfo> for BalanceChangeConnection
Auto Trait Implementations§
impl Freeze for BalanceChangeConnection
impl RefUnwindSafe for BalanceChangeConnection
impl Send for BalanceChangeConnection
impl Sync for BalanceChangeConnection
impl Unpin for BalanceChangeConnection
impl UnwindSafe for BalanceChangeConnection
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moreSource§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