pub struct IdlSource {
pub content: String,
pub id: String,
}Expand description
The result of loading an IDL source — content and a unique id used for deduplication.
Fields§
§content: String§id: StringUnique identifier (e.g. canonical file path or full git:// URL).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdlSource
impl RefUnwindSafe for IdlSource
impl Send for IdlSource
impl Sync for IdlSource
impl Unpin for IdlSource
impl UnsafeUnpin for IdlSource
impl UnwindSafe for IdlSource
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