pub struct CustomTargetDetails {
pub payload: Option<String>,
}Fields§
§payload: Option<String>Implementations§
Source§impl CustomTargetDetails
impl CustomTargetDetails
pub fn new() -> CustomTargetDetails
Trait Implementations§
Source§impl Clone for CustomTargetDetails
impl Clone for CustomTargetDetails
Source§fn clone(&self) -> CustomTargetDetails
fn clone(&self) -> CustomTargetDetails
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 CustomTargetDetails
impl Debug for CustomTargetDetails
Source§impl Default for CustomTargetDetails
impl Default for CustomTargetDetails
Source§fn default() -> CustomTargetDetails
fn default() -> CustomTargetDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomTargetDetails
impl<'de> Deserialize<'de> for CustomTargetDetails
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 CustomTargetDetails
impl PartialEq for CustomTargetDetails
Source§fn eq(&self, other: &CustomTargetDetails) -> bool
fn eq(&self, other: &CustomTargetDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CustomTargetDetails
impl Serialize for CustomTargetDetails
impl StructuralPartialEq for CustomTargetDetails
Auto Trait Implementations§
impl Freeze for CustomTargetDetails
impl RefUnwindSafe for CustomTargetDetails
impl Send for CustomTargetDetails
impl Sync for CustomTargetDetails
impl Unpin for CustomTargetDetails
impl UnsafeUnpin for CustomTargetDetails
impl UnwindSafe for CustomTargetDetails
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