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