pub struct TypeBlock {
pub attributes: Vec<Param>,
}
Fields§
§attributes: Vec<Param>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeBlock
impl RefUnwindSafe for TypeBlock
impl Send for TypeBlock
impl Sync for TypeBlock
impl Unpin for TypeBlock
impl UnwindSafe for TypeBlock
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