pub struct SecondaryExecID;Expand description
SecondaryExecID (527).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecondaryExecID
impl RefUnwindSafe for SecondaryExecID
impl Send for SecondaryExecID
impl Sync for SecondaryExecID
impl Unpin for SecondaryExecID
impl UnsafeUnpin for SecondaryExecID
impl UnwindSafe for SecondaryExecID
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