Struct nando_support::activation_intent::SchedulerIntent
source · pub struct SchedulerIntent {
pub intent: NandoActivationIntentSerializable,
pub mutable_argument_indices: Vec<usize>,
}Fields§
§intent: NandoActivationIntentSerializable§mutable_argument_indices: Vec<usize>Implementations§
source§impl SchedulerIntent
impl SchedulerIntent
pub fn get_object_references(&self) -> Vec<ObjectId>
pub fn get_mut_object_references(&self) -> Vec<ObjectId>
Trait Implementations§
source§impl Clone for SchedulerIntent
impl Clone for SchedulerIntent
source§fn clone(&self) -> SchedulerIntent
fn clone(&self) -> SchedulerIntent
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 Debug for SchedulerIntent
impl Debug for SchedulerIntent
source§impl<'de> Deserialize<'de> for SchedulerIntent
impl<'de> Deserialize<'de> for SchedulerIntent
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
Auto Trait Implementations§
impl RefUnwindSafe for SchedulerIntent
impl Send for SchedulerIntent
impl Sync for SchedulerIntent
impl Unpin for SchedulerIntent
impl UnwindSafe for SchedulerIntent
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