pub struct UpdateSettingsBuilder { /* private fields */ }
Implementations§
Source§impl UpdateSettingsBuilder
impl UpdateSettingsBuilder
pub fn description(self, description: impl Into<String>) -> Self
pub fn diff_view_style(self, diff_view_style: impl Into<String>) -> Self
pub fn enable_repo_unit_hints( self, enable_repo_unit_hints: impl Into<bool>, ) -> Self
pub fn full_name(self, full_name: impl Into<String>) -> Self
pub fn hide_activity(self, hide_activity: impl Into<bool>) -> Self
pub fn hide_email(self, hide_email: impl Into<bool>) -> Self
pub fn language(self, language: impl Into<String>) -> Self
pub fn location(self, location: impl Into<String>) -> Self
pub fn pronouns(self, pronouns: impl Into<String>) -> Self
pub fn theme(self, theme: impl Into<String>) -> Self
pub fn website(self, website: impl Into<String>) -> Self
Trait Implementations§
Source§impl Debug for UpdateSettingsBuilder
impl Debug for UpdateSettingsBuilder
Source§impl Default for UpdateSettingsBuilder
impl Default for UpdateSettingsBuilder
Source§fn default() -> UpdateSettingsBuilder
fn default() -> UpdateSettingsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateSettingsBuilder
impl RefUnwindSafe for UpdateSettingsBuilder
impl Send for UpdateSettingsBuilder
impl Sync for UpdateSettingsBuilder
impl Unpin for UpdateSettingsBuilder
impl UnwindSafe for UpdateSettingsBuilder
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