pub struct ArcProperties(pub Arc<HashMap<String, String>>);
Tuple Fields§
§0: Arc<HashMap<String, String>>
Implementations§
Trait Implementations§
Source§impl Clone for ArcProperties
impl Clone for ArcProperties
Source§fn clone(&self) -> ArcProperties
fn clone(&self) -> ArcProperties
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 ArcProperties
impl Debug for ArcProperties
Source§impl Deref for ArcProperties
impl Deref for ArcProperties
Source§impl DerefMut for ArcProperties
impl DerefMut for ArcProperties
Source§impl Extend<(String, String)> for ArcProperties
impl Extend<(String, String)> for ArcProperties
Source§fn extend<T: IntoIterator<Item = (String, String)>>(&mut self, iter: T)
fn extend<T: IntoIterator<Item = (String, String)>>(&mut self, iter: T)
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl FromStr for ArcProperties
impl FromStr for ArcProperties
Source§impl Hash for ArcProperties
impl Hash for ArcProperties
Source§impl PartialEq for ArcProperties
impl PartialEq for ArcProperties
impl Eq for ArcProperties
Auto Trait Implementations§
impl Freeze for ArcProperties
impl RefUnwindSafe for ArcProperties
impl Send for ArcProperties
impl Sync for ArcProperties
impl Unpin for ArcProperties
impl UnwindSafe for ArcProperties
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