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