Struct nando_support::nando_metadata::NandoMetadata
source · pub struct NandoMetadata {
pub kind: NandoKind,
pub spawns_nandos: bool,
pub mutable_argument_indices: Option<&'static [usize]>,
pub invalidate_on_completion: Option<&'static [usize]>,
}Fields§
§kind: NandoKind§spawns_nandos: bool§mutable_argument_indices: Option<&'static [usize]>§invalidate_on_completion: Option<&'static [usize]>Trait Implementations§
source§impl Clone for NandoMetadata
impl Clone for NandoMetadata
source§fn clone(&self) -> NandoMetadata
fn clone(&self) -> NandoMetadata
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 moreimpl Copy for NandoMetadata
Auto Trait Implementations§
impl RefUnwindSafe for NandoMetadata
impl Send for NandoMetadata
impl Sync for NandoMetadata
impl Unpin for NandoMetadata
impl UnwindSafe for NandoMetadata
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