pub struct WireToolDisplay {
pub headline: String,
pub body: WireToolBody,
}Fields§
§headline: String§body: WireToolBodyTrait Implementations§
Source§impl Clone for WireToolDisplay
impl Clone for WireToolDisplay
Source§fn clone(&self) -> WireToolDisplay
fn clone(&self) -> WireToolDisplay
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WireToolDisplay
impl Debug for WireToolDisplay
Source§impl<'de> Deserialize<'de> for WireToolDisplay
impl<'de> Deserialize<'de> for WireToolDisplay
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 WireToolDisplay
impl PartialEq for WireToolDisplay
Source§impl Serialize for WireToolDisplay
impl Serialize for WireToolDisplay
impl StructuralPartialEq for WireToolDisplay
Auto Trait Implementations§
impl Freeze for WireToolDisplay
impl RefUnwindSafe for WireToolDisplay
impl Send for WireToolDisplay
impl Sync for WireToolDisplay
impl Unpin for WireToolDisplay
impl UnsafeUnpin for WireToolDisplay
impl UnwindSafe for WireToolDisplay
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