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