pub struct OutputId(/* private fields */);Trait Implementations§
impl Copy for OutputId
impl Eq 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 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