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