pub enum UnsupportedTargetTag {
Symlink,
Gitlink,
}Expand description
Auto-generated discriminant enum variants
Variants§
Trait Implementations§
Source§impl AsRef<str> for UnsupportedTargetTag
impl AsRef<str> for UnsupportedTargetTag
Source§impl Clone for UnsupportedTargetTag
impl Clone for UnsupportedTargetTag
Source§fn clone(&self) -> UnsupportedTargetTag
fn clone(&self) -> UnsupportedTargetTag
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnsupportedTargetTag
Source§impl Debug for UnsupportedTargetTag
impl Debug for UnsupportedTargetTag
impl Eq for UnsupportedTargetTag
Source§impl<'_enum, P> From<&'_enum UnsupportedTarget<P>> for UnsupportedTargetTag
impl<'_enum, P> From<&'_enum UnsupportedTarget<P>> for UnsupportedTargetTag
Source§fn from(val: &'_enum UnsupportedTarget<P>) -> UnsupportedTargetTag
fn from(val: &'_enum UnsupportedTarget<P>) -> UnsupportedTargetTag
Converts to this type from the input type.
Source§impl<P> From<UnsupportedTarget<P>> for UnsupportedTargetTag
impl<P> From<UnsupportedTarget<P>> for UnsupportedTargetTag
Source§fn from(val: UnsupportedTarget<P>) -> UnsupportedTargetTag
fn from(val: UnsupportedTarget<P>) -> UnsupportedTargetTag
Converts to this type from the input type.
Source§impl FromStr for UnsupportedTargetTag
impl FromStr for UnsupportedTargetTag
Source§impl PartialEq for UnsupportedTargetTag
impl PartialEq for UnsupportedTargetTag
impl StructuralPartialEq for UnsupportedTargetTag
Auto Trait Implementations§
impl Freeze for UnsupportedTargetTag
impl RefUnwindSafe for UnsupportedTargetTag
impl Send for UnsupportedTargetTag
impl Sync for UnsupportedTargetTag
impl Unpin for UnsupportedTargetTag
impl UnsafeUnpin for UnsupportedTargetTag
impl UnwindSafe for UnsupportedTargetTag
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