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