[][src]Struct fslock::OsStr

#[repr(transparent)]
pub struct OsStr { /* fields omitted */ }

Borrowed allocation of an OS-native string.

Trait Implementations

impl AsRef<OsStr> for OsString[src]

impl<'str> AsRef<OsStr> for EitherOsStr<'str>[src]

impl Debug for OsStr[src]

impl Display for OsStr[src]

impl<'str> IntoOsString for &'str OsStr[src]

impl ToOsStr for OsStr[src]

Auto Trait Implementations

impl RefUnwindSafe for OsStr

impl Send for OsStr

impl Sync for OsStr

impl Unpin for OsStr

impl UnwindSafe for OsStr

Blanket Implementations

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

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

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

impl<T> ToString for T where
    T: Display + ?Sized
[src]