pub struct NestedLiveViewId(/* private fields */);Expand description
Stable server-owned identifier for a nested LiveView instance.
Implementations§
Trait Implementations§
Source§impl Clone for NestedLiveViewId
impl Clone for NestedLiveViewId
Source§fn clone(&self) -> NestedLiveViewId
fn clone(&self) -> NestedLiveViewId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NestedLiveViewId
impl Debug for NestedLiveViewId
Source§impl Display for NestedLiveViewId
impl Display for NestedLiveViewId
Source§impl From<&str> for NestedLiveViewId
impl From<&str> for NestedLiveViewId
Source§impl From<String> for NestedLiveViewId
impl From<String> for NestedLiveViewId
Source§impl Hash for NestedLiveViewId
impl Hash for NestedLiveViewId
Source§impl Ord for NestedLiveViewId
impl Ord for NestedLiveViewId
Source§fn cmp(&self, other: &NestedLiveViewId) -> Ordering
fn cmp(&self, other: &NestedLiveViewId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NestedLiveViewId
impl PartialEq for NestedLiveViewId
Source§fn eq(&self, other: &NestedLiveViewId) -> bool
fn eq(&self, other: &NestedLiveViewId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for NestedLiveViewId
impl PartialOrd for NestedLiveViewId
impl Eq for NestedLiveViewId
impl StructuralPartialEq for NestedLiveViewId
Auto Trait Implementations§
impl Freeze for NestedLiveViewId
impl RefUnwindSafe for NestedLiveViewId
impl Send for NestedLiveViewId
impl Sync for NestedLiveViewId
impl Unpin for NestedLiveViewId
impl UnsafeUnpin for NestedLiveViewId
impl UnwindSafe for NestedLiveViewId
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