pub struct IxResult {
pub operator: String,
pub value: GValue,
}
Fields§
§operator: String
§value: GValue
Implementations§
Trait Implementations§
impl StructuralPartialEq for IxResult
Auto Trait Implementations§
impl Freeze for IxResult
impl RefUnwindSafe for IxResult
impl Send for IxResult
impl Sync for IxResult
impl Unpin for IxResult
impl UnwindSafe for IxResult
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