pub struct IDLField {
pub id: Label,
pub val: IDLValue,
}Available on crate feature
value only.Fields§
§id: Label§val: IDLValueTrait Implementations§
source§impl PartialEq for IDLField
impl PartialEq for IDLField
impl StructuralPartialEq for IDLField
Auto Trait Implementations§
impl Freeze for IDLField
impl RefUnwindSafe for IDLField
impl Send for IDLField
impl Sync for IDLField
impl Unpin for IDLField
impl UnwindSafe for IDLField
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