Struct vexide_simulator_protocol::VCodeSig
source · pub struct VCodeSig(pub String);Expand description
Base64-encoded program metadata.
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for VCodeSig
impl<'de> Deserialize<'de> for VCodeSig
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 Ord for VCodeSig
impl Ord for VCodeSig
source§impl PartialEq for VCodeSig
impl PartialEq for VCodeSig
source§impl PartialOrd for VCodeSig
impl PartialOrd for VCodeSig
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for VCodeSig
impl StructuralPartialEq for VCodeSig
Auto Trait Implementations§
impl Freeze for VCodeSig
impl RefUnwindSafe for VCodeSig
impl Send for VCodeSig
impl Sync for VCodeSig
impl Unpin for VCodeSig
impl UnwindSafe for VCodeSig
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