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