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