pub enum SBPlatformShellCommandOpaque {}Auto Trait Implementations§
impl Freeze for SBPlatformShellCommandOpaque
impl RefUnwindSafe for SBPlatformShellCommandOpaque
impl Send for SBPlatformShellCommandOpaque
impl Sync for SBPlatformShellCommandOpaque
impl Unpin for SBPlatformShellCommandOpaque
impl UnsafeUnpin for SBPlatformShellCommandOpaque
impl UnwindSafe for SBPlatformShellCommandOpaque
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