pub struct FD4SingletonMap(/* private fields */);Expand description
A complete FD4Singleton mapping with names.
Implements Deref to the underlying [HashMap].
Implementations§
Source§impl FD4SingletonMap
impl FD4SingletonMap
Sourcepub fn all_null(&self) -> bool
pub fn all_null(&self) -> bool
Check whether all FD4Singleton instances are uninitialized.
It is a good sign FD4SingletonPartialResult::finish is not safe to be called.
Trait Implementations§
Source§impl Clone for FD4SingletonMap
impl Clone for FD4SingletonMap
Source§fn clone(&self) -> FD4SingletonMap
fn clone(&self) -> FD4SingletonMap
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 FD4SingletonMap
impl Debug for FD4SingletonMap
Source§impl Deref for FD4SingletonMap
impl Deref for FD4SingletonMap
Source§impl DerefMut for FD4SingletonMap
impl DerefMut for FD4SingletonMap
impl Send for FD4SingletonMap
impl Sync for FD4SingletonMap
Auto Trait Implementations§
impl Freeze for FD4SingletonMap
impl RefUnwindSafe for FD4SingletonMap
impl Unpin for FD4SingletonMap
impl UnwindSafe for FD4SingletonMap
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