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