pub struct IndexFile { /* private fields */ }Implementations§
Source§impl IndexFile
impl IndexFile
pub fn archive_uri(&self, filename: &str) -> String
Sourcepub fn is_trusted(&self) -> bool
pub fn is_trusted(&self) -> bool
Return true if the IndexFile is trusted.
Trait Implementations§
Source§impl ExternType for IndexFile
impl ExternType for IndexFile
impl UniquePtrTarget for IndexFile
Auto Trait Implementations§
impl !Freeze for IndexFile
impl RefUnwindSafe for IndexFile
impl !Send for IndexFile
impl !Sync for IndexFile
impl !Unpin for IndexFile
impl UnwindSafe for IndexFile
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