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