pub struct Declaration { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for Declaration
impl Clone for Declaration
Source§fn clone(&self) -> Declaration
fn clone(&self) -> Declaration
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 Display for Declaration
impl Display for Declaration
Source§impl From<&Declaration> for Entry
impl From<&Declaration> for Entry
Source§fn from(value: &Declaration) -> Self
fn from(value: &Declaration) -> Self
Converts to this type from the input type.
Source§impl FromName<Declaration> for Model
impl FromName<Declaration> for Model
Source§impl GetFromId<DeclarationId, Declaration> for Model
impl GetFromId<DeclarationId, Declaration> for Model
fn get(&self, id: DeclarationId) -> Option<&Declaration>
Source§impl Named<DeclarationId> for Declaration
impl Named<DeclarationId> for Declaration
Source§impl WithPosition for Declaration
impl WithPosition for Declaration
Auto Trait Implementations§
impl Freeze for Declaration
impl RefUnwindSafe for Declaration
impl Send for Declaration
impl Sync for Declaration
impl Unpin for Declaration
impl UnwindSafe for Declaration
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