pub struct ClientId;
Trait Implementations§
Source§impl HasField<__typename> for ClientId
impl HasField<__typename> for ClientId
Source§impl HasField<firstSeenLandingPage> for ClientId
impl HasField<firstSeenLandingPage> for ClientId
Source§impl HasField<firstSeenReferrer> for ClientId
impl HasField<firstSeenReferrer> for ClientId
Source§impl HasField<invalidated> for ClientId
impl HasField<invalidated> for ClientId
Source§impl HasField<lastSeenAt> for ClientId
impl HasField<lastSeenAt> for ClientId
Source§impl HasField<legacyData> for ClientId
impl HasField<legacyData> for ClientId
Source§impl HasField<schemaVersion> for ClientId
impl HasField<schemaVersion> for ClientId
Auto Trait Implementations§
impl Freeze for ClientId
impl RefUnwindSafe for ClientId
impl Send for ClientId
impl Sync for ClientId
impl Unpin for ClientId
impl UnwindSafe for ClientId
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