pub enum DisconTarget {
Others,
All,
Signals(Vec<CompoundName>),
}
Variants§
Trait Implementations§
Source§impl Clone for DisconTarget
impl Clone for DisconTarget
Source§fn clone(&self) -> DisconTarget
fn clone(&self) -> DisconTarget
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 DisconTarget
impl Debug for DisconTarget
Source§impl PartialEq for DisconTarget
impl PartialEq for DisconTarget
impl Eq for DisconTarget
impl StructuralPartialEq for DisconTarget
Auto Trait Implementations§
impl Freeze for DisconTarget
impl RefUnwindSafe for DisconTarget
impl Send for DisconTarget
impl Sync for DisconTarget
impl Unpin for DisconTarget
impl UnwindSafe for DisconTarget
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