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