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