pub struct ShellParameters;Methods from Deref<Target = Guid>§
Trait Implementations§
Source§impl Deref for ShellParameters
impl Deref for ShellParameters
Auto Trait Implementations§
impl Freeze for ShellParameters
impl RefUnwindSafe for ShellParameters
impl Send for ShellParameters
impl Sync for ShellParameters
impl Unpin for ShellParameters
impl UnwindSafe for ShellParameters
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