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