Expand description
Struct representing a Source File.
Fields
uri: Stringhttp://deb.volian.org/volian/dists/scar/InRelease
filename: Stringdeb.volian.org_volian_dists_scar_InRelease
Trait Implementations
sourceimpl Debug for SourceFile
impl Debug for SourceFile
sourceimpl Display for SourceFile
impl Display for SourceFile
sourceimpl ExternType for SourceFile
impl ExternType for SourceFile
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
Auto Trait Implementations
impl RefUnwindSafe for SourceFile
impl Send for SourceFile
impl Sync for SourceFile
impl Unpin for SourceFile
impl UnwindSafe for SourceFile
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