Struct eiffelvis_gen::event_set::LinkBorrow
source · [−]pub struct LinkBorrow<'a> { /* private fields */ }
Expand description
Proxy type that represents a borrowed Link obtained from EventSet or EventBorrow.
Implementations
sourceimpl<'a> LinkBorrow<'a>
impl<'a> LinkBorrow<'a>
Trait Implementations
sourceimpl<'a> Clone for LinkBorrow<'a>
impl<'a> Clone for LinkBorrow<'a>
sourcefn clone(&self) -> LinkBorrow<'a>
fn clone(&self) -> LinkBorrow<'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 LinkBorrow<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for LinkBorrow<'a>
impl<'a> Send for LinkBorrow<'a>
impl<'a> Sync for LinkBorrow<'a>
impl<'a> Unpin for LinkBorrow<'a>
impl<'a> UnwindSafe for LinkBorrow<'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