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