pub struct Init2Spec {
pub lang: Option<String>,
}
Fields§
§lang: Option<String>
Trait Implementations§
Source§impl Deserialize for Init2Spec
impl Deserialize for Init2Spec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<Init2Spec> for ToServerCommand
impl From<Init2Spec> for ToServerCommand
impl StructuralPartialEq for Init2Spec
Auto Trait Implementations§
impl Freeze for Init2Spec
impl RefUnwindSafe for Init2Spec
impl Send for Init2Spec
impl Sync for Init2Spec
impl Unpin for Init2Spec
impl UnwindSafe for Init2Spec
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