pub struct PaneIdAllocator { /* private fields */ }Expand description
Deterministic allocator for pane IDs.
Implementations§
Trait Implementations§
Source§impl Clone for PaneIdAllocator
impl Clone for PaneIdAllocator
Source§fn clone(&self) -> PaneIdAllocator
fn clone(&self) -> PaneIdAllocator
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 PaneIdAllocator
impl Debug for PaneIdAllocator
Source§impl Default for PaneIdAllocator
impl Default for PaneIdAllocator
Source§impl<'de> Deserialize<'de> for PaneIdAllocator
impl<'de> Deserialize<'de> for PaneIdAllocator
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
impl Eq for PaneIdAllocator
Source§impl PartialEq for PaneIdAllocator
impl PartialEq for PaneIdAllocator
Source§fn eq(&self, other: &PaneIdAllocator) -> bool
fn eq(&self, other: &PaneIdAllocator) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PaneIdAllocator
impl Serialize for PaneIdAllocator
impl StructuralPartialEq for PaneIdAllocator
Auto Trait Implementations§
impl Freeze for PaneIdAllocator
impl RefUnwindSafe for PaneIdAllocator
impl Send for PaneIdAllocator
impl Sync for PaneIdAllocator
impl Unpin for PaneIdAllocator
impl UnsafeUnpin for PaneIdAllocator
impl UnwindSafe for PaneIdAllocator
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