pub struct CommonEvent_PublishInfo { /* private fields */ }Available on crate features
commonevent and api-12 and api-18 only.Expand description
the common event publish information containing content and attributes of the common event
Available since API-level: 18
Auto Trait Implementations§
impl Freeze for CommonEvent_PublishInfo
impl RefUnwindSafe for CommonEvent_PublishInfo
impl Send for CommonEvent_PublishInfo
impl Sync for CommonEvent_PublishInfo
impl Unpin for CommonEvent_PublishInfo
impl UnsafeUnpin for CommonEvent_PublishInfo
impl UnwindSafe for CommonEvent_PublishInfo
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