Struct zng_view_api::display_list::FrameValueId
source · pub struct FrameValueId(/* private fields */);Expand description
Implementations§
Trait Implementations§
source§impl Clone for FrameValueId
impl Clone for FrameValueId
source§fn clone(&self) -> FrameValueId
fn clone(&self) -> FrameValueId
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 FrameValueId
impl Debug for FrameValueId
source§impl<'de> Deserialize<'de> for FrameValueId
impl<'de> Deserialize<'de> for FrameValueId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for FrameValueId
impl Hash for FrameValueId
source§impl PartialEq for FrameValueId
impl PartialEq for FrameValueId
source§fn eq(&self, other: &FrameValueId) -> bool
fn eq(&self, other: &FrameValueId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FrameValueId
impl Serialize for FrameValueId
impl Copy for FrameValueId
impl Eq for FrameValueId
impl StructuralPartialEq for FrameValueId
Auto Trait Implementations§
impl Freeze for FrameValueId
impl RefUnwindSafe for FrameValueId
impl Send for FrameValueId
impl Sync for FrameValueId
impl Unpin for FrameValueId
impl UnwindSafe for FrameValueId
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