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