pub struct NotBindable { /* private fields */ }Trait Implementations§
Source§impl Clone for NotBindable
impl Clone for NotBindable
Source§fn clone(&self) -> NotBindable
fn clone(&self) -> NotBindable
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 moreimpl Copy for NotBindable
Source§impl Debug for NotBindable
impl Debug for NotBindable
Source§impl Default for NotBindable
impl Default for NotBindable
Source§fn default() -> NotBindable
fn default() -> NotBindable
Returns the “default value” for a type. Read more
impl Eq for NotBindable
Source§impl Hash for NotBindable
impl Hash for NotBindable
Source§impl PartialEq for NotBindable
impl PartialEq for NotBindable
Source§fn eq(&self, other: &NotBindable) -> bool
fn eq(&self, other: &NotBindable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NotBindable
Auto Trait Implementations§
impl Freeze for NotBindable
impl RefUnwindSafe for NotBindable
impl Send for NotBindable
impl Sync for NotBindable
impl Unpin for NotBindable
impl UnsafeUnpin for NotBindable
impl UnwindSafe for NotBindable
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