Struct drone_core::inventory::GuardToken [−][src]
pub struct GuardToken<T: Item>(_);
A zero-sized token for Item::teardown
. Cannot be created by the user.
Auto Trait Implementations
impl<T> Send for GuardToken<T> where
T: Send,
impl<T> Send for GuardToken<T> where
T: Send,
impl<T> Sync for GuardToken<T> where
T: Sync,
impl<T> Sync for GuardToken<T> where
T: Sync,
impl<T> Unpin for GuardToken<T> where
T: Unpin,
impl<T> Unpin for GuardToken<T> where
T: Unpin,