pub struct LinkCreated {
pub start_attr: i32,
pub end_attr: i32,
pub from_snap: bool,
}Expand description
Result of a link creation interaction
Fields§
§start_attr: i32§end_attr: i32§from_snap: boolTrait Implementations§
Source§impl Clone for LinkCreated
impl Clone for LinkCreated
Source§fn clone(&self) -> LinkCreated
fn clone(&self) -> LinkCreated
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 LinkCreated
impl Debug for LinkCreated
impl Copy for LinkCreated
Auto Trait Implementations§
impl Freeze for LinkCreated
impl RefUnwindSafe for LinkCreated
impl Send for LinkCreated
impl Sync for LinkCreated
impl Unpin for LinkCreated
impl UnwindSafe for LinkCreated
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