pub struct QueueLastChangeMap {
pub map: BTreeMap<u32, QueueLastChange>,
}Fields§
§map: BTreeMap<u32, QueueLastChange>Trait Implementations§
Source§impl Clone for QueueLastChangeMap
impl Clone for QueueLastChangeMap
Source§fn clone(&self) -> QueueLastChangeMap
fn clone(&self) -> QueueLastChangeMap
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 QueueLastChangeMap
impl Debug for QueueLastChangeMap
Source§impl DecodeXml for QueueLastChangeMap
impl DecodeXml for QueueLastChangeMap
fn decode_xml(xml: &str) -> Result<Self>
Source§impl Default for QueueLastChangeMap
impl Default for QueueLastChangeMap
Source§fn default() -> QueueLastChangeMap
fn default() -> QueueLastChangeMap
Returns the “default value” for a type. Read more
Source§impl PartialEq for QueueLastChangeMap
impl PartialEq for QueueLastChangeMap
impl StructuralPartialEq for QueueLastChangeMap
Auto Trait Implementations§
impl Freeze for QueueLastChangeMap
impl RefUnwindSafe for QueueLastChangeMap
impl Send for QueueLastChangeMap
impl Sync for QueueLastChangeMap
impl Unpin for QueueLastChangeMap
impl UnwindSafe for QueueLastChangeMap
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