pub struct GitlabUserFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GitlabUserFields
impl From<&Value> for GitlabUserFields
Source§impl From<GitlabUserFields> for Member
impl From<GitlabUserFields> for Member
Source§fn from(fields: GitlabUserFields) -> Self
fn from(fields: GitlabUserFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GitlabUserFields
impl RefUnwindSafe for GitlabUserFields
impl Send for GitlabUserFields
impl Sync for GitlabUserFields
impl Unpin for GitlabUserFields
impl UnwindSafe for GitlabUserFields
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