pub enum MrMemberType {
Filled,
Empty,
}
Expand description
MrMemberType is a merge request user type. The client might leave the assignee or reviewer empty.
Variants§
Trait Implementations§
Source§impl Clone for MrMemberType
impl Clone for MrMemberType
Source§fn clone(&self) -> MrMemberType
fn clone(&self) -> MrMemberType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MrMemberType
impl Debug for MrMemberType
Source§impl Default for MrMemberType
impl Default for MrMemberType
Source§fn default() -> MrMemberType
fn default() -> MrMemberType
Returns the “default value” for a type. Read more
Source§impl PartialEq for MrMemberType
impl PartialEq for MrMemberType
impl StructuralPartialEq for MrMemberType
Auto Trait Implementations§
impl Freeze for MrMemberType
impl RefUnwindSafe for MrMemberType
impl Send for MrMemberType
impl Sync for MrMemberType
impl Unpin for MrMemberType
impl UnwindSafe for MrMemberType
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