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§
Auto Trait Implementations§
impl Freeze for ConfigToken
impl RefUnwindSafe for ConfigToken
impl Send for ConfigToken
impl Sync for ConfigToken
impl Unpin for ConfigToken
impl UnwindSafe for ConfigToken
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