pub struct feedItemId;
Trait Implementations§
Source§impl Field for feedItemId
impl Field for feedItemId
impl HasInputField<feedItemId, Option<String>> for CreateUltraFeedEventDataInput
Auto Trait Implementations§
impl Freeze for feedItemId
impl RefUnwindSafe for feedItemId
impl Send for feedItemId
impl Sync for feedItemId
impl Unpin for feedItemId
impl UnwindSafe for feedItemId
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