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