Enum libcoreinst::iso9660::DirectoryRecord
source · pub enum DirectoryRecord {
Directory(Directory),
File(File),
}Variants§
Implementations§
source§impl DirectoryRecord
impl DirectoryRecord
pub fn try_into_dir(self) -> Result<Directory>
pub fn try_into_file(self) -> Result<File>
Trait Implementations§
source§impl Debug for DirectoryRecord
impl Debug for DirectoryRecord
Auto Trait Implementations§
impl Freeze for DirectoryRecord
impl RefUnwindSafe for DirectoryRecord
impl Send for DirectoryRecord
impl Sync for DirectoryRecord
impl Unpin for DirectoryRecord
impl UnwindSafe for DirectoryRecord
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