pub struct RepositoryEditedChanges { /* private fields */ }
Implementations§
Source§impl RepositoryEditedChanges
impl RepositoryEditedChanges
pub fn default_branch<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn homepage<T>(self, value: T) -> Self
pub fn topics<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RepositoryEditedChanges
impl Clone for RepositoryEditedChanges
Source§fn clone(&self) -> RepositoryEditedChanges
fn clone(&self) -> RepositoryEditedChanges
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 RepositoryEditedChanges
impl Debug for RepositoryEditedChanges
Source§impl Default for RepositoryEditedChanges
impl Default for RepositoryEditedChanges
Source§impl From<RepositoryEditedChanges> for RepositoryEditedChanges
impl From<RepositoryEditedChanges> for RepositoryEditedChanges
Source§fn from(value: RepositoryEditedChanges) -> Self
fn from(value: RepositoryEditedChanges) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RepositoryEditedChanges
impl RefUnwindSafe for RepositoryEditedChanges
impl Send for RepositoryEditedChanges
impl Sync for RepositoryEditedChanges
impl Unpin for RepositoryEditedChanges
impl UnwindSafe for RepositoryEditedChanges
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