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