pub struct GithubRepoEntry {
pub full_name: String,
pub name: String,
pub owner: String,
pub private: bool,
}Fields§
§full_name: String§name: String§owner: String§private: boolImplementations§
Trait Implementations§
Source§impl Clone for GithubRepoEntry
impl Clone for GithubRepoEntry
Source§impl Debug for GithubRepoEntry
impl Debug for GithubRepoEntry
Source§impl Default for GithubRepoEntry
impl Default for GithubRepoEntry
Source§impl<'de> Deserialize<'de> for GithubRepoEntry
impl<'de> Deserialize<'de> for GithubRepoEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GithubRepoEntry
impl PartialEq for GithubRepoEntry
Source§impl Serialize for GithubRepoEntry
impl Serialize for GithubRepoEntry
impl StructuralPartialEq for GithubRepoEntry
Auto Trait Implementations§
impl Freeze for GithubRepoEntry
impl RefUnwindSafe for GithubRepoEntry
impl Send for GithubRepoEntry
impl Sync for GithubRepoEntry
impl Unpin for GithubRepoEntry
impl UnsafeUnpin for GithubRepoEntry
impl UnwindSafe for GithubRepoEntry
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