pub struct LinkCreatedEx {
pub start_node: i32,
pub start_attr: i32,
pub end_node: i32,
pub end_attr: i32,
pub from_snap: bool,
}Fields§
§start_node: i32§start_attr: i32§end_node: i32§end_attr: i32§from_snap: boolTrait Implementations§
Source§impl Clone for LinkCreatedEx
impl Clone for LinkCreatedEx
Source§fn clone(&self) -> LinkCreatedEx
fn clone(&self) -> LinkCreatedEx
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 LinkCreatedEx
impl Debug for LinkCreatedEx
impl Copy for LinkCreatedEx
Auto Trait Implementations§
impl Freeze for LinkCreatedEx
impl RefUnwindSafe for LinkCreatedEx
impl Send for LinkCreatedEx
impl Sync for LinkCreatedEx
impl Unpin for LinkCreatedEx
impl UnwindSafe for LinkCreatedEx
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