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