pub struct IdlHashMapTypeSnapshot {
pub hash_map: (Box<IdlTypeSnapshot>, Box<IdlTypeSnapshot>),
}Fields§
§hash_map: (Box<IdlTypeSnapshot>, Box<IdlTypeSnapshot>)Trait Implementations§
Source§impl Clone for IdlHashMapTypeSnapshot
impl Clone for IdlHashMapTypeSnapshot
Source§fn clone(&self) -> IdlHashMapTypeSnapshot
fn clone(&self) -> IdlHashMapTypeSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdlHashMapTypeSnapshot
impl Debug for IdlHashMapTypeSnapshot
Source§impl<'de> Deserialize<'de> for IdlHashMapTypeSnapshot
impl<'de> Deserialize<'de> for IdlHashMapTypeSnapshot
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 IdlHashMapTypeSnapshot
impl RefUnwindSafe for IdlHashMapTypeSnapshot
impl Send for IdlHashMapTypeSnapshot
impl Sync for IdlHashMapTypeSnapshot
impl Unpin for IdlHashMapTypeSnapshot
impl UnsafeUnpin for IdlHashMapTypeSnapshot
impl UnwindSafe for IdlHashMapTypeSnapshot
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