pub enum ApplyTrack {
Personal,
Shared,
}Expand description
Whether a change is auto-applied (personal) or needs a PR (shared).
Variants§
Trait Implementations§
Source§impl Clone for ApplyTrack
impl Clone for ApplyTrack
Source§fn clone(&self) -> ApplyTrack
fn clone(&self) -> ApplyTrack
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 ApplyTrack
impl Debug for ApplyTrack
Source§impl Display for ApplyTrack
impl Display for ApplyTrack
Source§impl PartialEq for ApplyTrack
impl PartialEq for ApplyTrack
impl StructuralPartialEq for ApplyTrack
Auto Trait Implementations§
impl Freeze for ApplyTrack
impl RefUnwindSafe for ApplyTrack
impl Send for ApplyTrack
impl Sync for ApplyTrack
impl Unpin for ApplyTrack
impl UnsafeUnpin for ApplyTrack
impl UnwindSafe for ApplyTrack
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