Enum libcoreinst::iso9660::DirectoryRecord
source · [−]Variants
Directory(Directory)
File(File)
Implementations
sourceimpl DirectoryRecord
impl DirectoryRecord
pub fn try_into_dir(self) -> Result<Directory>
pub fn try_into_file(self) -> Result<File>
Trait Implementations
sourceimpl Debug for DirectoryRecord
impl Debug for DirectoryRecord
sourceimpl Serialize for DirectoryRecord
impl Serialize for DirectoryRecord
Auto Trait Implementations
impl RefUnwindSafe for DirectoryRecord
impl Send for DirectoryRecord
impl Sync for DirectoryRecord
impl Unpin for DirectoryRecord
impl UnwindSafe for DirectoryRecord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more