pub struct OutputId(/* private fields */);Expand description
The ID of an OutputHandle, used for Rust core state
Trait Implementations§
impl Copy for OutputId
impl StructuralPartialEq for OutputId
Auto Trait Implementations§
impl Freeze for OutputId
impl RefUnwindSafe for OutputId
impl Send for OutputId
impl Sync for OutputId
impl Unpin for OutputId
impl UnsafeUnpin for OutputId
impl UnwindSafe for OutputId
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