pub struct StandardTypes {}Fields§
§unknown: TypeId§never: TypeId§any: TypeId§unmapped_list: TypeId§generic_list_item: TypeId§bytes: TypeId§bytes32: TypeId§public_key: TypeId§int: TypeId§bool: TypeId§true_bool: TypeId§false_bool: TypeId§nil: TypeIdTrait Implementations§
Source§impl Clone for StandardTypes
impl Clone for StandardTypes
Source§fn clone(&self) -> StandardTypes
fn clone(&self) -> StandardTypes
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 StandardTypes
impl Debug for StandardTypes
impl Copy for StandardTypes
Auto Trait Implementations§
impl Freeze for StandardTypes
impl RefUnwindSafe for StandardTypes
impl Send for StandardTypes
impl Sync for StandardTypes
impl Unpin for StandardTypes
impl UnwindSafe for StandardTypes
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