pub struct UserEmailMetadata;Trait Implementations§
Source§impl HasField<__typename> for UserEmailMetadata
impl HasField<__typename> for UserEmailMetadata
Source§impl HasField<primary> for UserEmailMetadata
impl HasField<primary> for UserEmailMetadata
Source§impl HasField<type> for UserEmailMetadata
impl HasField<type> for UserEmailMetadata
Source§impl HasField<value> for UserEmailMetadata
impl HasField<value> for UserEmailMetadata
Auto Trait Implementations§
impl Freeze for UserEmailMetadata
impl RefUnwindSafe for UserEmailMetadata
impl Send for UserEmailMetadata
impl Sync for UserEmailMetadata
impl Unpin for UserEmailMetadata
impl UnwindSafe for UserEmailMetadata
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