pub struct TypedMapTest {
pub key_type: Xs,
pub value_type: SequenceType,
}Fields§
§key_type: Xs§value_type: SequenceTypeTrait Implementations§
Source§impl Clone for TypedMapTest
impl Clone for TypedMapTest
Source§fn clone(&self) -> TypedMapTest
fn clone(&self) -> TypedMapTest
Returns a copy 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 TypedMapTest
impl Debug for TypedMapTest
Source§impl PartialEq for TypedMapTest
impl PartialEq for TypedMapTest
Source§impl TypeInfo for TypedMapTest
impl TypeInfo for TypedMapTest
Source§fn subtype(&self, other: &TypedMapTest) -> bool
fn subtype(&self, other: &TypedMapTest) -> bool
Get whether
self is a subtype of other.impl Eq for TypedMapTest
impl StructuralPartialEq for TypedMapTest
Auto Trait Implementations§
impl Freeze for TypedMapTest
impl RefUnwindSafe for TypedMapTest
impl Send for TypedMapTest
impl Sync for TypedMapTest
impl Unpin for TypedMapTest
impl UnwindSafe for TypedMapTest
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