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