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