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