pub struct TextDriverIdentity(/* private fields */);Expand description
Unforgeable identity of the exclusive driver shared by one serial branch tree. A later generation on the same loaded executable has a different identity.
Trait Implementations§
Source§impl Clone for TextDriverIdentity
impl Clone for TextDriverIdentity
Source§fn clone(&self) -> TextDriverIdentity
fn clone(&self) -> TextDriverIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for TextDriverIdentity
Auto Trait Implementations§
impl Freeze for TextDriverIdentity
impl RefUnwindSafe for TextDriverIdentity
impl Send for TextDriverIdentity
impl Sync for TextDriverIdentity
impl Unpin for TextDriverIdentity
impl UnsafeUnpin for TextDriverIdentity
impl UnwindSafe for TextDriverIdentity
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