pub struct ProjectCreateInput { /* private fields */ }
Implementations§
Source§impl ProjectCreateInput
impl ProjectCreateInput
pub fn avatar_url<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn object<T>(self, value: T) -> Self
pub fn organization_id<T>(self, value: T) -> Self
pub fn slug<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ProjectCreateInput
impl Clone for ProjectCreateInput
Source§fn clone(&self) -> ProjectCreateInput
fn clone(&self) -> ProjectCreateInput
Returns a copy 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 ProjectCreateInput
impl Debug for ProjectCreateInput
Source§impl Default for ProjectCreateInput
impl Default for ProjectCreateInput
Source§impl From<ProjectCreateInput> for ProjectCreateInput
impl From<ProjectCreateInput> for ProjectCreateInput
Source§fn from(value: ProjectCreateInput) -> Self
fn from(value: ProjectCreateInput) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ProjectCreateInput> for ProjectCreateInput
impl TryFrom<ProjectCreateInput> for ProjectCreateInput
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ProjectCreateInput) -> Result<Self, ConversionError>
fn try_from(value: ProjectCreateInput) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ProjectCreateInput
impl RefUnwindSafe for ProjectCreateInput
impl Send for ProjectCreateInput
impl Sync for ProjectCreateInput
impl Unpin for ProjectCreateInput
impl UnwindSafe for ProjectCreateInput
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