ConfigToken

Struct ConfigToken 

Source
pub struct ConfigToken(/* private fields */);
Expand description

OPP configuration token.

Returned by the OPP core when configuration is applied to a Device. The associated configuration is automatically cleared when the token is dropped.

Trait Implementations§

Source§

impl Drop for ConfigToken

Source§

fn drop(&mut self)

Executes the destructor for this type. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,