pub struct RenderingControlLastChangeMap {
pub map: BTreeMap<u32, RenderingControlLastChange>,
}Fields§
§map: BTreeMap<u32, RenderingControlLastChange>Trait Implementations§
Source§impl Clone for RenderingControlLastChangeMap
impl Clone for RenderingControlLastChangeMap
Source§fn clone(&self) -> RenderingControlLastChangeMap
fn clone(&self) -> RenderingControlLastChangeMap
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 DecodeXml for RenderingControlLastChangeMap
impl DecodeXml for RenderingControlLastChangeMap
fn decode_xml(xml: &str) -> Result<Self>
Source§impl Default for RenderingControlLastChangeMap
impl Default for RenderingControlLastChangeMap
Source§fn default() -> RenderingControlLastChangeMap
fn default() -> RenderingControlLastChangeMap
Returns the “default value” for a type. Read more
Source§impl PartialEq for RenderingControlLastChangeMap
impl PartialEq for RenderingControlLastChangeMap
Source§fn eq(&self, other: &RenderingControlLastChangeMap) -> bool
fn eq(&self, other: &RenderingControlLastChangeMap) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RenderingControlLastChangeMap
Auto Trait Implementations§
impl Freeze for RenderingControlLastChangeMap
impl RefUnwindSafe for RenderingControlLastChangeMap
impl Send for RenderingControlLastChangeMap
impl Sync for RenderingControlLastChangeMap
impl Unpin for RenderingControlLastChangeMap
impl UnwindSafe for RenderingControlLastChangeMap
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