pub struct UiSlotHashEntry {
pub slot: Slot,
pub hash: String,
}Fields§
§slot: Slot§hash: StringTrait Implementations§
Source§impl Debug for UiSlotHashEntry
impl Debug for UiSlotHashEntry
Source§impl<'de> Deserialize<'de> for UiSlotHashEntry
impl<'de> Deserialize<'de> for UiSlotHashEntry
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 UiSlotHashEntry
Source§impl PartialEq for UiSlotHashEntry
impl PartialEq for UiSlotHashEntry
Source§impl Serialize for UiSlotHashEntry
impl Serialize for UiSlotHashEntry
impl StructuralPartialEq for UiSlotHashEntry
Auto Trait Implementations§
impl Freeze for UiSlotHashEntry
impl RefUnwindSafe for UiSlotHashEntry
impl Send for UiSlotHashEntry
impl Sync for UiSlotHashEntry
impl Unpin for UiSlotHashEntry
impl UnsafeUnpin for UiSlotHashEntry
impl UnwindSafe for UiSlotHashEntry
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