pub struct PropertyInterface<T> {
pub update: InterfaceEvent<PropertyUpdate<T>>,
}
Fields§
§update: InterfaceEvent<PropertyUpdate<T>>
Trait Implementations§
Source§impl<T> InterfaceSchema for PropertyInterface<T>
impl<T> InterfaceSchema for PropertyInterface<T>
fn new(ib: &mut InterfaceBuilder) -> Self
Auto Trait Implementations§
impl<T> Freeze for PropertyInterface<T>
impl<T> RefUnwindSafe for PropertyInterface<T>where
T: RefUnwindSafe,
impl<T> Send for PropertyInterface<T>where
T: Send,
impl<T> Sync for PropertyInterface<T>where
T: Sync,
impl<T> Unpin for PropertyInterface<T>where
T: Unpin,
impl<T> UnwindSafe for PropertyInterface<T>where
T: UnwindSafe,
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