Struct pancake_engine_ssi::opers::fc::gc::DanglingNodeSetsDeque
source · pub struct DanglingNodeSetsDeque {
deque: VecDeque<DanglingNodeSet>,
}Fields§
§deque: VecDeque<DanglingNodeSet>Implementations§
source§impl DanglingNodeSetsDeque
impl DanglingNodeSetsDeque
Trait Implementations§
source§impl Default for DanglingNodeSetsDeque
impl Default for DanglingNodeSetsDeque
source§fn default() -> DanglingNodeSetsDeque
fn default() -> DanglingNodeSetsDeque
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DanglingNodeSetsDeque
impl Send for DanglingNodeSetsDeque
impl Sync for DanglingNodeSetsDeque
impl Unpin for DanglingNodeSetsDeque
impl UnwindSafe for DanglingNodeSetsDeque
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