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