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