pub struct subscribable;
Trait Implementations§
Source§impl Field for subscribable
impl Field for subscribable
Source§impl HasField<subscribable> for SubscribedEvent
impl HasField<subscribable> for SubscribedEvent
Source§type Type = Subscribable
type Type = Subscribable
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for subscribable
impl RefUnwindSafe for subscribable
impl Send for subscribable
impl Sync for subscribable
impl Unpin for subscribable
impl UnwindSafe for subscribable
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