pub struct UserBase { /* private fields */ }
Implementations§
Source§impl UserBase
impl UserBase
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 updated_at<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UserBase
impl RefUnwindSafe for UserBase
impl Send for UserBase
impl Sync for UserBase
impl Unpin for UserBase
impl UnwindSafe for UserBase
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