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