pub struct Edge { /* private fields */ }Implementations§
Source§impl Edge
impl Edge
pub fn copy(&self) -> MgpResult<Edge>
pub fn id(&self) -> i64
pub fn edge_type(&self) -> MgpResult<CString>
pub fn from_vertex(&self) -> MgpResult<Vertex>
pub fn to_vertex(&self) -> MgpResult<Vertex>
pub fn property(&self, name: &CStr) -> MgpResult<Property>
pub fn properties(&self) -> MgpResult<PropertiesIterator>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Edge
impl RefUnwindSafe for Edge
impl !Send for Edge
impl !Sync for Edge
impl Unpin for Edge
impl UnwindSafe for Edge
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