pub struct setIsBookmarked;
Trait Implementations§
Source§impl Field for setIsBookmarked
impl Field for setIsBookmarked
Source§impl HasArgument<isBookmarked> for setIsBookmarked
impl HasArgument<isBookmarked> for setIsBookmarked
Source§impl HasArgument<postId> for setIsBookmarked
impl HasArgument<postId> for setIsBookmarked
Auto Trait Implementations§
impl Freeze for setIsBookmarked
impl RefUnwindSafe for setIsBookmarked
impl Send for setIsBookmarked
impl Sync for setIsBookmarked
impl Unpin for setIsBookmarked
impl UnwindSafe for setIsBookmarked
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