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