pub struct UsedType { /* private fields */ }
Expand description
A type, optionally with an overriding composite type name
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsedType
impl RefUnwindSafe for UsedType
impl !Send for UsedType
impl !Sync for UsedType
impl Unpin for UsedType
impl UnwindSafe for UsedType
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