pub struct ActivateProtocolVersion {
pub version: ExecutorVersion,
}Fields§
§version: ExecutorVersionTrait Implementations§
Source§impl Clone for ActivateProtocolVersion
impl Clone for ActivateProtocolVersion
Source§fn clone(&self) -> ActivateProtocolVersion
fn clone(&self) -> ActivateProtocolVersion
Returns a duplicate of the value. Read more
1.0.0 · 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 ActivateProtocolVersion
impl Debug for ActivateProtocolVersion
Source§impl<'de> Deserialize<'de> for ActivateProtocolVersion
impl<'de> Deserialize<'de> for ActivateProtocolVersion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ActivateProtocolVersion
impl PartialEq for ActivateProtocolVersion
Source§impl Serialize for ActivateProtocolVersion
impl Serialize for ActivateProtocolVersion
impl StructuralPartialEq for ActivateProtocolVersion
Auto Trait Implementations§
impl Freeze for ActivateProtocolVersion
impl RefUnwindSafe for ActivateProtocolVersion
impl Send for ActivateProtocolVersion
impl Sync for ActivateProtocolVersion
impl Unpin for ActivateProtocolVersion
impl UnsafeUnpin for ActivateProtocolVersion
impl UnwindSafe for ActivateProtocolVersion
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