#[repr(transparent)]pub struct GraphHandle(pub Handle);Expand description
Handle to a kernel-resident graph store.
Tuple Fields§
§0: HandleImplementations§
Source§impl GraphHandle
impl GraphHandle
Trait Implementations§
Source§impl Clone for GraphHandle
impl Clone for GraphHandle
Source§fn clone(&self) -> GraphHandle
fn clone(&self) -> GraphHandle
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 GraphHandle
impl Debug for GraphHandle
Source§impl Default for GraphHandle
impl Default for GraphHandle
Source§impl Hash for GraphHandle
impl Hash for GraphHandle
Source§impl PartialEq for GraphHandle
impl PartialEq for GraphHandle
impl Copy for GraphHandle
impl Eq for GraphHandle
impl StructuralPartialEq for GraphHandle
Auto Trait Implementations§
impl Freeze for GraphHandle
impl RefUnwindSafe for GraphHandle
impl Send for GraphHandle
impl Sync for GraphHandle
impl Unpin for GraphHandle
impl UnsafeUnpin for GraphHandle
impl UnwindSafe for GraphHandle
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