pub struct TypeBase { /* private fields */ }
Implementations§
Source§impl TypeBase
impl TypeBase
pub fn system_metadata<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeBase
impl RefUnwindSafe for TypeBase
impl Send for TypeBase
impl Sync for TypeBase
impl Unpin for TypeBase
impl UnwindSafe for TypeBase
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