pub struct CalloutProps {
pub type: Option<CalloutType>,
}
Fields§
§type: Option<CalloutType>
Trait Implementations§
Source§impl Clone for CalloutProps
impl Clone for CalloutProps
Source§fn clone(&self) -> CalloutProps
fn clone(&self) -> CalloutProps
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CalloutProps
impl Debug for CalloutProps
Source§impl Default for CalloutProps
impl Default for CalloutProps
Source§fn default() -> CalloutProps
fn default() -> CalloutProps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CalloutProps
impl<'de> Deserialize<'de> for CalloutProps
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 CalloutProps
impl PartialEq for CalloutProps
Source§impl Serialize for CalloutProps
impl Serialize for CalloutProps
impl Eq for CalloutProps
impl StructuralPartialEq for CalloutProps
Auto Trait Implementations§
impl Freeze for CalloutProps
impl RefUnwindSafe for CalloutProps
impl Send for CalloutProps
impl Sync for CalloutProps
impl Unpin for CalloutProps
impl UnwindSafe for CalloutProps
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