[][src]Trait grapl_os_user_generator_plugin::auid_assumption::IAuidAssumptionNode

pub trait IAuidAssumptionNode {
    fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode;

    fn with_auid(&mut self, auid: impl Into<u64>) -> &mut Self { ... }
fn with_assuming_process_id(
        &mut self,
        assuming_process_id: impl Into<u64>
    ) -> &mut Self { ... }
fn with_assumed_timestamp(
        &mut self,
        assumed_timestamp: impl Into<u64>
    ) -> &mut Self { ... } }

Required methods

fn get_mut_dynamic_node(&mut self) -> &mut DynamicNode

Loading content...

Provided methods

fn with_auid(&mut self, auid: impl Into<u64>) -> &mut Self

fn with_assuming_process_id(
    &mut self,
    assuming_process_id: impl Into<u64>
) -> &mut Self

fn with_assumed_timestamp(
    &mut self,
    assumed_timestamp: impl Into<u64>
) -> &mut Self

Loading content...

Implementors

impl IAuidAssumptionNode for AuidAssumptionNode[src]

Loading content...