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