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