pub struct MapStringToImmutableInt32 { /* private fields */ }
Implementations§
Source§impl MapStringToImmutableInt32
impl MapStringToImmutableInt32
pub fn get_int32(&self, key: &str) -> ScImmutableInt32
Trait Implementations§
Source§impl Clone for MapStringToImmutableInt32
impl Clone for MapStringToImmutableInt32
Source§fn clone(&self) -> MapStringToImmutableInt32
fn clone(&self) -> MapStringToImmutableInt32
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 moreAuto Trait Implementations§
impl Freeze for MapStringToImmutableInt32
impl !RefUnwindSafe for MapStringToImmutableInt32
impl !Send for MapStringToImmutableInt32
impl !Sync for MapStringToImmutableInt32
impl Unpin for MapStringToImmutableInt32
impl !UnwindSafe for MapStringToImmutableInt32
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