pub struct SpotPair {
pub name: String,
pub tokens: Vec<u32>,
pub index: Option<u32>,
}Fields§
§name: String§tokens: Vec<u32>§index: Option<u32>Trait Implementations§
Source§impl<'de> Deserialize<'de> for SpotPair
impl<'de> Deserialize<'de> for SpotPair
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
Auto Trait Implementations§
impl Freeze for SpotPair
impl RefUnwindSafe for SpotPair
impl Send for SpotPair
impl Sync for SpotPair
impl Unpin for SpotPair
impl UnsafeUnpin for SpotPair
impl UnwindSafe for SpotPair
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