pub struct NandoActivationIntentSerializable {
pub host_idx: Option<HostIdx>,
pub name: String,
pub args: Vec<NandoArgumentSerializable>,
pub with_plan: Option<String>,
}Fields§
§host_idx: Option<HostIdx>§name: String§args: Vec<NandoArgumentSerializable>§with_plan: Option<String>Implementations§
source§impl NandoActivationIntentSerializable
impl NandoActivationIntentSerializable
pub fn get_object_references(&self) -> Vec<ObjectId>
pub fn prepend_object_argument(&mut self, arg: IPtr)
Trait Implementations§
source§impl Clone for NandoActivationIntentSerializable
impl Clone for NandoActivationIntentSerializable
source§fn clone(&self) -> NandoActivationIntentSerializable
fn clone(&self) -> NandoActivationIntentSerializable
Returns a copy 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<'de> Deserialize<'de> for NandoActivationIntentSerializable
impl<'de> Deserialize<'de> for NandoActivationIntentSerializable
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 From<&NandoActivationIntent> for NandoActivationIntentSerializable
impl From<&NandoActivationIntent> for NandoActivationIntentSerializable
source§fn from(value: &NandoActivationIntent) -> Self
fn from(value: &NandoActivationIntent) -> Self
Converts to this type from the input type.
source§impl From<NandoActivationIntentSerializable> for NandoActivationIntent
impl From<NandoActivationIntentSerializable> for NandoActivationIntent
source§fn from(value: NandoActivationIntentSerializable) -> Self
fn from(value: NandoActivationIntentSerializable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NandoActivationIntentSerializable
impl Send for NandoActivationIntentSerializable
impl Sync for NandoActivationIntentSerializable
impl Unpin for NandoActivationIntentSerializable
impl UnwindSafe for NandoActivationIntentSerializable
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