pub struct PaneContainerId(pub Uuid);Tuple Fields§
§0: UuidImplementations§
Trait Implementations§
Source§impl Clone for PaneContainerId
impl Clone for PaneContainerId
Source§fn clone(&self) -> PaneContainerId
fn clone(&self) -> PaneContainerId
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 PaneContainerId
impl Debug for PaneContainerId
Source§impl Default for PaneContainerId
impl Default for PaneContainerId
Source§impl<'de> Deserialize<'de> for PaneContainerId
impl<'de> Deserialize<'de> for PaneContainerId
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 Display for PaneContainerId
impl Display for PaneContainerId
Source§impl FromStr for PaneContainerId
impl FromStr for PaneContainerId
Source§impl Hash for PaneContainerId
impl Hash for PaneContainerId
Source§impl Ord for PaneContainerId
impl Ord for PaneContainerId
Source§fn cmp(&self, other: &PaneContainerId) -> Ordering
fn cmp(&self, other: &PaneContainerId) -> Ordering
1.21.0 · 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 PaneContainerId
impl PartialEq for PaneContainerId
Source§impl PartialOrd for PaneContainerId
impl PartialOrd for PaneContainerId
Source§impl Serialize for PaneContainerId
impl Serialize for PaneContainerId
impl Copy for PaneContainerId
impl Eq for PaneContainerId
impl StructuralPartialEq for PaneContainerId
Auto Trait Implementations§
impl Freeze for PaneContainerId
impl RefUnwindSafe for PaneContainerId
impl Send for PaneContainerId
impl Sync for PaneContainerId
impl Unpin for PaneContainerId
impl UnsafeUnpin for PaneContainerId
impl UnwindSafe for PaneContainerId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.