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