pub struct AdaPackage {
pub name: String,
}Expand description
An Ada package declaration
Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl Clone for AdaPackage
impl Clone for AdaPackage
Source§fn clone(&self) -> AdaPackage
fn clone(&self) -> AdaPackage
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 AdaPackage
impl Debug for AdaPackage
Source§impl PartialEq for AdaPackage
impl PartialEq for AdaPackage
impl Eq for AdaPackage
impl StructuralPartialEq for AdaPackage
Auto Trait Implementations§
impl Freeze for AdaPackage
impl RefUnwindSafe for AdaPackage
impl Send for AdaPackage
impl Sync for AdaPackage
impl Unpin for AdaPackage
impl UnwindSafe for AdaPackage
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