pub struct Suffix {
pub custom_suffix: Option<String>,
pub option: Option<String>,
}Expand description
Short Dynamic Link suffix.
This type is not used in any activity, and only used as part of another schema.
Fields§
§custom_suffix: Option<String>Only applies to Option.CUSTOM.
option: Option<String>Suffix option.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Suffix
impl<'de> Deserialize<'de> for Suffix
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
impl Part for Suffix
Auto Trait Implementations§
impl Freeze for Suffix
impl RefUnwindSafe for Suffix
impl Send for Suffix
impl Sync for Suffix
impl Unpin for Suffix
impl UnwindSafe for Suffix
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