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