pub struct Srcs {
pub flags: SourceFlags,
pub uri: String,
pub digest: [u8; 8],
pub direct_includes: Vec<String>,
}Fields§
§flags: SourceFlags§uri: String§digest: [u8; 8]§direct_includes: Vec<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Srcs
impl RefUnwindSafe for Srcs
impl Send for Srcs
impl Sync for Srcs
impl Unpin for Srcs
impl UnwindSafe for Srcs
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