Struct eiffelvis_gen::eiffel_vocabulary::EiffelVocabulary
source · [−]pub struct EiffelVocabulary;
Trait Implementations
sourceimpl From<EiffelVocabulary> for EventSet
impl From<EiffelVocabulary> for EventSet
sourcefn from(_: EiffelVocabulary) -> Self
fn from(_: EiffelVocabulary) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for EiffelVocabulary
impl Send for EiffelVocabulary
impl Sync for EiffelVocabulary
impl Unpin for EiffelVocabulary
impl UnwindSafe for EiffelVocabulary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more