pub struct BottleneckIdentity(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BottleneckIdentity
impl Clone for BottleneckIdentity
Source§fn clone(&self) -> BottleneckIdentity
fn clone(&self) -> BottleneckIdentity
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 BottleneckIdentity
impl Debug for BottleneckIdentity
impl Eq for BottleneckIdentity
Source§impl PartialEq for BottleneckIdentity
impl PartialEq for BottleneckIdentity
impl StructuralPartialEq for BottleneckIdentity
Auto Trait Implementations§
impl Freeze for BottleneckIdentity
impl RefUnwindSafe for BottleneckIdentity
impl Send for BottleneckIdentity
impl Sync for BottleneckIdentity
impl Unpin for BottleneckIdentity
impl UnsafeUnpin for BottleneckIdentity
impl UnwindSafe for BottleneckIdentity
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