pub struct PinLs<'a> {
pub key: Option<&'a str>,
pub typ: Option<&'a str>,
}
Fields§
§key: Option<&'a str>
§typ: Option<&'a str>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PinLs<'a>
impl<'a> RefUnwindSafe for PinLs<'a>
impl<'a> Send for PinLs<'a>
impl<'a> Sync for PinLs<'a>
impl<'a> Unpin for PinLs<'a>
impl<'a> UnwindSafe for PinLs<'a>
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