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