pub struct PairlistElement {
pub tag: Option<Arc<str>>,
pub value: RObject,
pub tag_object: Option<Box<RObject>>,
}Expand description
An element in a pairlist, optionally tagged
Fields§
§tag: Option<Arc<str>>§value: RObject§tag_object: Option<Box<RObject>>Trait Implementations§
Source§impl Clone for PairlistElement
impl Clone for PairlistElement
Source§fn clone(&self) -> PairlistElement
fn clone(&self) -> PairlistElement
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PairlistElement
impl Debug for PairlistElement
Source§impl PartialEq for PairlistElement
impl PartialEq for PairlistElement
impl StructuralPartialEq for PairlistElement
Auto Trait Implementations§
impl Freeze for PairlistElement
impl RefUnwindSafe for PairlistElement
impl Send for PairlistElement
impl Sync for PairlistElement
impl Unpin for PairlistElement
impl UnwindSafe for PairlistElement
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)