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