pub struct UiProtocolVersionSpec {
pub version: &'static str,
pub spec_track: UiProtocolSpecTrack,
pub status: UiCapabilityStatus,
pub specification_url: &'static str,
}Expand description
Maturity and implementation status for one upstream protocol version.
Fields§
§version: &'static str§spec_track: UiProtocolSpecTrack§status: UiCapabilityStatus§specification_url: &'static strTrait Implementations§
Source§impl Clone for UiProtocolVersionSpec
impl Clone for UiProtocolVersionSpec
Source§fn clone(&self) -> UiProtocolVersionSpec
fn clone(&self) -> UiProtocolVersionSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UiProtocolVersionSpec
impl Debug for UiProtocolVersionSpec
Auto Trait Implementations§
impl Freeze for UiProtocolVersionSpec
impl RefUnwindSafe for UiProtocolVersionSpec
impl Send for UiProtocolVersionSpec
impl Sync for UiProtocolVersionSpec
impl Unpin for UiProtocolVersionSpec
impl UnsafeUnpin for UiProtocolVersionSpec
impl UnwindSafe for UiProtocolVersionSpec
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