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