pub struct IdlHashes {
pub source: HashId<IdlSource>,
pub content: HashId<IdlContent>,
pub portable: HashId<IdlPortable>,
pub normalized: HashId<IdlNormalized>,
}Fields§
§source: HashId<IdlSource>§content: HashId<IdlContent>§portable: HashId<IdlPortable>§normalized: HashId<IdlNormalized>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdlHashes
impl RefUnwindSafe for IdlHashes
impl Send for IdlHashes
impl Sync for IdlHashes
impl Unpin for IdlHashes
impl UnsafeUnpin for IdlHashes
impl UnwindSafe for IdlHashes
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