pub struct NewLinkKey { /* private fields */ }Expand description
New Link Key Event
Implementations§
Source§impl NewLinkKey
impl NewLinkKey
Trait Implementations§
Source§impl Clone for NewLinkKey
impl Clone for NewLinkKey
Source§fn clone(&self) -> NewLinkKey
fn clone(&self) -> NewLinkKey
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 NewLinkKey
impl Debug for NewLinkKey
Source§impl From<NewLinkKey> for Event
impl From<NewLinkKey> for Event
Source§fn from(v: NewLinkKey) -> Self
fn from(v: NewLinkKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NewLinkKey
impl RefUnwindSafe for NewLinkKey
impl Send for NewLinkKey
impl Sync for NewLinkKey
impl Unpin for NewLinkKey
impl UnwindSafe for NewLinkKey
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