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