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