pub struct BSPortalGraph;
Trait Implementations§
Source§impl Debug for BSPortalGraph
impl Debug for BSPortalGraph
Source§impl RefCountable for BSPortalGraph
impl RefCountable for BSPortalGraph
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for BSPortalGraph
impl RefUnwindSafe for BSPortalGraph
impl Send for BSPortalGraph
impl Sync for BSPortalGraph
impl Unpin for BSPortalGraph
impl UnwindSafe for BSPortalGraph
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