Struct querent_synapse::cross::CLReprObject
source · pub struct CLReprObject(/* private fields */);
Implementations§
source§impl CLReprObject
impl CLReprObject
pub fn new() -> Self
pub fn get(&self, key: &str) -> Option<&CLRepr>
pub fn insert(&mut self, key: String, value: CLRepr) -> Option<CLRepr>
pub fn into_iter(self) -> IntoIter<String, CLRepr>
pub fn iter(&self) -> Iter<'_, String, CLRepr>
pub fn keys(&self) -> Keys<'_, String, CLRepr>
Trait Implementations§
source§impl Clone for CLReprObject
impl Clone for CLReprObject
source§fn clone(&self) -> CLReprObject
fn clone(&self) -> CLReprObject
Returns a copy 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 CLReprObject
impl Debug for CLReprObject
Auto Trait Implementations§
impl Freeze for CLReprObject
impl !RefUnwindSafe for CLReprObject
impl Send for CLReprObject
impl Sync for CLReprObject
impl Unpin for CLReprObject
impl UnwindSafe for CLReprObject
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