pub struct OutputEntry {
pub place_name: Arc<str>,
pub token: ErasedToken,
}Expand description
An output entry: place name + erased token.
Fields§
§place_name: Arc<str>§token: ErasedTokenTrait Implementations§
Source§impl Clone for OutputEntry
impl Clone for OutputEntry
Source§fn clone(&self) -> OutputEntry
fn clone(&self) -> OutputEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OutputEntry
impl !RefUnwindSafe for OutputEntry
impl Send for OutputEntry
impl Sync for OutputEntry
impl Unpin for OutputEntry
impl UnsafeUnpin for OutputEntry
impl !UnwindSafe for OutputEntry
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