pub struct RepoStarsInput {
pub star: bool,
}Fields§
§star: boolImplementations§
Source§impl RepoStarsInput
impl RepoStarsInput
pub fn new(star: bool) -> RepoStarsInput
Trait Implementations§
Source§impl Clone for RepoStarsInput
impl Clone for RepoStarsInput
Source§fn clone(&self) -> RepoStarsInput
fn clone(&self) -> RepoStarsInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepoStarsInput
impl Debug for RepoStarsInput
Source§impl Default for RepoStarsInput
impl Default for RepoStarsInput
Source§fn default() -> RepoStarsInput
fn default() -> RepoStarsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RepoStarsInput
impl<'de> Deserialize<'de> for RepoStarsInput
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 RepoStarsInput
impl PartialEq for RepoStarsInput
Source§impl Serialize for RepoStarsInput
impl Serialize for RepoStarsInput
impl StructuralPartialEq for RepoStarsInput
Auto Trait Implementations§
impl Freeze for RepoStarsInput
impl RefUnwindSafe for RepoStarsInput
impl Send for RepoStarsInput
impl Sync for RepoStarsInput
impl Unpin for RepoStarsInput
impl UnwindSafe for RepoStarsInput
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