pub struct SubscribedPostAndComments;
Trait Implementations§
Source§impl HasField<_id> for SubscribedPostAndComments
impl HasField<_id> for SubscribedPostAndComments
Source§impl HasField<comments> for SubscribedPostAndComments
impl HasField<comments> for SubscribedPostAndComments
Source§impl HasField<post> for SubscribedPostAndComments
impl HasField<post> for SubscribedPostAndComments
Auto Trait Implementations§
impl Freeze for SubscribedPostAndComments
impl RefUnwindSafe for SubscribedPostAndComments
impl Send for SubscribedPostAndComments
impl Sync for SubscribedPostAndComments
impl Unpin for SubscribedPostAndComments
impl UnwindSafe for SubscribedPostAndComments
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