Struct eiffelvis_gen::event_set::EventBorrow
source · [−]pub struct EventBorrow<'a> { /* private fields */ }
Expand description
Proxy type that represents a borrowed Event obtained from EventSet or LinkBorrow.
Implementations
sourceimpl<'a> EventBorrow<'a>
impl<'a> EventBorrow<'a>
Trait Implementations
sourceimpl<'a> Clone for EventBorrow<'a>
impl<'a> Clone for EventBorrow<'a>
sourcefn clone(&self) -> EventBorrow<'a>
fn clone(&self) -> EventBorrow<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'a> Copy for EventBorrow<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for EventBorrow<'a>
impl<'a> Send for EventBorrow<'a>
impl<'a> Sync for EventBorrow<'a>
impl<'a> Unpin for EventBorrow<'a>
impl<'a> UnwindSafe for EventBorrow<'a>
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