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