pub struct ShellPin(pub ShellPinTarget);Tuple Fields§
§0: ShellPinTargetTrait Implementations§
Source§impl<'de> Deserialize<'de> for ShellPin
impl<'de> Deserialize<'de> for ShellPin
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ShellPin
impl StructuralPartialEq for ShellPin
Auto Trait Implementations§
impl Freeze for ShellPin
impl RefUnwindSafe for ShellPin
impl Send for ShellPin
impl Sync for ShellPin
impl Unpin for ShellPin
impl UnsafeUnpin for ShellPin
impl UnwindSafe for ShellPin
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