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