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