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