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