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