pub struct TypeContainer { /* private fields */ }Implementations§
Source§impl TypeContainer
impl TypeContainer
pub fn new(s_type: Box<dyn StructureType>) -> Self
Trait Implementations§
Source§impl Clone for TypeContainer
impl Clone for TypeContainer
Source§impl Hash for TypeContainer
impl Hash for TypeContainer
Source§impl PartialEq for TypeContainer
impl PartialEq for TypeContainer
impl Eq for TypeContainer
Auto Trait Implementations§
impl Freeze for TypeContainer
impl !RefUnwindSafe for TypeContainer
impl Send for TypeContainer
impl Sync for TypeContainer
impl Unpin for TypeContainer
impl !UnwindSafe for TypeContainer
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