Struct tokenlock::arc::ArcTokenUnsyncRef [−][src]
pub struct ArcTokenUnsyncRef<'a>(_, _);
This is supported on crate feature
alloc
only.Expand description
Represents a borrow of ArcToken
constrained to a single thread.
Implementations
Construct an ArcTokenId
that equates to self
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.