pub struct PostIdStartType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl PostIdStartType
impl PostIdStartType
pub const WORKFLOW_PARAMETERS: &'static str = "workflow_parameters"
Trait Implementations§
Source§impl Clone for PostIdStartType
impl Clone for PostIdStartType
Source§fn clone(&self) -> PostIdStartType
fn clone(&self) -> PostIdStartType
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 PostIdStartType
impl Debug for PostIdStartType
Source§impl Default for PostIdStartType
impl Default for PostIdStartType
Source§fn default() -> PostIdStartType
fn default() -> PostIdStartType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostIdStartType
impl<'de> Deserialize<'de> for PostIdStartType
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 Eq for PostIdStartType
Source§impl PartialEq for PostIdStartType
impl PartialEq for PostIdStartType
Source§impl Serialize for PostIdStartType
impl Serialize for PostIdStartType
impl StructuralPartialEq for PostIdStartType
Auto Trait Implementations§
impl Freeze for PostIdStartType
impl RefUnwindSafe for PostIdStartType
impl Send for PostIdStartType
impl Sync for PostIdStartType
impl Unpin for PostIdStartType
impl UnsafeUnpin for PostIdStartType
impl UnwindSafe for PostIdStartType
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