pub struct ShowFormspecSpec {
pub form_spec: String,
pub form_name: String,
}
Fields§
§form_spec: String
§form_name: String
Trait Implementations§
Source§impl Clone for ShowFormspecSpec
impl Clone for ShowFormspecSpec
Source§fn clone(&self) -> ShowFormspecSpec
fn clone(&self) -> ShowFormspecSpec
Returns a copy 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 ShowFormspecSpec
impl Debug for ShowFormspecSpec
Source§impl Deserialize for ShowFormspecSpec
impl Deserialize for ShowFormspecSpec
Source§type Output = ShowFormspecSpec
type Output = ShowFormspecSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<ShowFormspecSpec> for ToClientCommand
impl From<ShowFormspecSpec> for ToClientCommand
Source§fn from(value: ShowFormspecSpec) -> Self
fn from(value: ShowFormspecSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ShowFormspecSpec
impl PartialEq for ShowFormspecSpec
Source§impl Serialize for ShowFormspecSpec
impl Serialize for ShowFormspecSpec
type Input = ShowFormspecSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for ShowFormspecSpec
Auto Trait Implementations§
impl Freeze for ShowFormspecSpec
impl RefUnwindSafe for ShowFormspecSpec
impl Send for ShowFormspecSpec
impl Sync for ShowFormspecSpec
impl Unpin for ShowFormspecSpec
impl UnwindSafe for ShowFormspecSpec
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