Struct specta_util::TypeCollection
source · pub struct TypeCollection { /* private fields */ }Expand description
Define a set of types which can be exported together
Implementations§
Trait Implementations§
source§impl Clone for TypeCollection
impl Clone for TypeCollection
source§fn clone(&self) -> TypeCollection
fn clone(&self) -> TypeCollection
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 TypeCollection
impl Debug for TypeCollection
source§impl Default for TypeCollection
impl Default for TypeCollection
source§impl PartialEq for TypeCollection
impl PartialEq for TypeCollection
source§fn eq(&self, other: &TypeCollection) -> bool
fn eq(&self, other: &TypeCollection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TypeCollection
impl StructuralPartialEq for TypeCollection
Auto Trait Implementations§
impl Freeze for TypeCollection
impl RefUnwindSafe for TypeCollection
impl Send for TypeCollection
impl Sync for TypeCollection
impl Unpin for TypeCollection
impl UnwindSafe for TypeCollection
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)