pub struct IdlEntry {
pub spec: String,
pub anchor: String,
pub kind: String,
pub name: String,
pub owner: Option<String>,
pub canonical_name: String,
pub title: Option<String>,
pub idl_text: Option<String>,
}Fields§
§spec: String§anchor: String§kind: String§name: String§owner: Option<String>§canonical_name: String§title: Option<String>§idl_text: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdlEntry
impl RefUnwindSafe for IdlEntry
impl Send for IdlEntry
impl Sync for IdlEntry
impl Unpin for IdlEntry
impl UnsafeUnpin for IdlEntry
impl UnwindSafe for IdlEntry
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