Struct noosphere_cli::native::workspace::FileReference
source · pub struct FileReference {
pub cid: Cid,
pub content_type: ContentType,
pub extension: Option<String>,
}Fields
cid: Cidcontent_type: ContentTypeextension: Option<String>Auto Trait Implementations
impl RefUnwindSafe for FileReference
impl Send for FileReference
impl Sync for FileReference
impl Unpin for FileReference
impl UnwindSafe for FileReference
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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