pub struct SocialPreviewType;
Trait Implementations§
Source§impl HasField<__typename> for SocialPreviewType
impl HasField<__typename> for SocialPreviewType
Source§impl HasField<_id> for SocialPreviewType
impl HasField<_id> for SocialPreviewType
Source§impl HasField<imageId> for SocialPreviewType
impl HasField<imageId> for SocialPreviewType
Source§impl HasField<imageUrl> for SocialPreviewType
impl HasField<imageUrl> for SocialPreviewType
Source§impl HasField<text> for SocialPreviewType
impl HasField<text> for SocialPreviewType
Auto Trait Implementations§
impl Freeze for SocialPreviewType
impl RefUnwindSafe for SocialPreviewType
impl Send for SocialPreviewType
impl Sync for SocialPreviewType
impl Unpin for SocialPreviewType
impl UnwindSafe for SocialPreviewType
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