pub enum GangBehavior {
DenyGang,
AllowGang,
}Expand description
Determines the gang behavior.
Variants§
DenyGang
Change will affect the targeted track only.
AllowGang
Change will affect all selected tracks.
Trait Implementations§
Source§impl Clone for GangBehavior
impl Clone for GangBehavior
Source§fn clone(&self) -> GangBehavior
fn clone(&self) -> GangBehavior
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 GangBehavior
impl Debug for GangBehavior
Source§impl Hash for GangBehavior
impl Hash for GangBehavior
Source§impl PartialEq for GangBehavior
impl PartialEq for GangBehavior
impl Copy for GangBehavior
impl Eq for GangBehavior
impl StructuralPartialEq for GangBehavior
Auto Trait Implementations§
impl Freeze for GangBehavior
impl RefUnwindSafe for GangBehavior
impl Send for GangBehavior
impl Sync for GangBehavior
impl Unpin for GangBehavior
impl UnwindSafe for GangBehavior
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