pub struct GitHubPersonalSettingsInput {
pub login: Option<String>,
}Fields§
§login: Option<String>The GitHub user’s name.
Trait Implementations§
Source§impl Clone for GitHubPersonalSettingsInput
impl Clone for GitHubPersonalSettingsInput
Source§fn clone(&self) -> GitHubPersonalSettingsInput
fn clone(&self) -> GitHubPersonalSettingsInput
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 GitHubPersonalSettingsInput
impl Debug for GitHubPersonalSettingsInput
Source§impl Default for GitHubPersonalSettingsInput
impl Default for GitHubPersonalSettingsInput
Source§fn default() -> GitHubPersonalSettingsInput
fn default() -> GitHubPersonalSettingsInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GitHubPersonalSettingsInput
impl<'de> Deserialize<'de> for GitHubPersonalSettingsInput
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
Auto Trait Implementations§
impl Freeze for GitHubPersonalSettingsInput
impl RefUnwindSafe for GitHubPersonalSettingsInput
impl Send for GitHubPersonalSettingsInput
impl Sync for GitHubPersonalSettingsInput
impl Unpin for GitHubPersonalSettingsInput
impl UnwindSafe for GitHubPersonalSettingsInput
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