[][src]Struct mklink::HardenedLink

pub struct HardenedLink<'a> {
    pub link: Link<'a>,
    pub hardness: LinkHardness,
}

Fields

link: Link<'a>hardness: LinkHardness

Methods

impl<'a> HardenedLink<'a>[src]

pub fn with_type_unchecked(&self, file_type: LinkFileType) -> MkLink<'a>[src]

pub fn with_type(
    &self,
    file_type: LinkFileType
) -> Result<MkLink<'a>, LinkError<PreLinkError>>
[src]

pub fn infer_type(&self) -> Result<MkLink<'a>, LinkError<PreLinkError>>[src]

pub fn maybe_with_type(
    &self,
    file_type: Option<LinkFileType>
) -> Result<MkLink<'a>, LinkError<PreLinkError>>
[src]

Trait Implementations

impl<'a> Clone for HardenedLink<'a>[src]

impl<'a> Copy for HardenedLink<'a>[src]

Auto Trait Implementations

impl<'a> Send for HardenedLink<'a>

impl<'a> Sync for HardenedLink<'a>

impl<'a> Unpin for HardenedLink<'a>

impl<'a> UnwindSafe for HardenedLink<'a>

impl<'a> RefUnwindSafe for HardenedLink<'a>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]