pub struct AdaParameter {
pub name: String,
pub param_type: String,
}Expand description
An Ada parameter
Fields§
§name: String§param_type: StringImplementations§
Trait Implementations§
Source§impl Clone for AdaParameter
impl Clone for AdaParameter
Source§fn clone(&self) -> AdaParameter
fn clone(&self) -> AdaParameter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdaParameter
impl Debug for AdaParameter
Source§impl PartialEq for AdaParameter
impl PartialEq for AdaParameter
impl Eq for AdaParameter
impl StructuralPartialEq for AdaParameter
Auto Trait Implementations§
impl Freeze for AdaParameter
impl RefUnwindSafe for AdaParameter
impl Send for AdaParameter
impl Sync for AdaParameter
impl Unpin for AdaParameter
impl UnwindSafe for AdaParameter
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