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