pub struct lgraph_api_edge_uid_t { /* private fields */ }Trait Implementations§
Source§impl Clone for lgraph_api_edge_uid_t
impl Clone for lgraph_api_edge_uid_t
Source§fn clone(&self) -> lgraph_api_edge_uid_t
fn clone(&self) -> lgraph_api_edge_uid_t
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 moreimpl Copy for lgraph_api_edge_uid_t
Auto Trait Implementations§
impl Freeze for lgraph_api_edge_uid_t
impl RefUnwindSafe for lgraph_api_edge_uid_t
impl Send for lgraph_api_edge_uid_t
impl Sync for lgraph_api_edge_uid_t
impl Unpin for lgraph_api_edge_uid_t
impl UnwindSafe for lgraph_api_edge_uid_t
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