pub struct BackendState { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BackendState
impl Clone for BackendState
Source§fn clone(&self) -> BackendState
fn clone(&self) -> BackendState
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 BackendState
impl Debug for BackendState
Source§impl From<Address> for BackendState
impl From<Address> for BackendState
Source§impl Hash for BackendState
impl Hash for BackendState
Source§impl Ord for BackendState
impl Ord for BackendState
Source§impl PartialEq for BackendState
impl PartialEq for BackendState
Source§impl PartialOrd for BackendState
impl PartialOrd for BackendState
impl Eq for BackendState
Auto Trait Implementations§
impl Freeze for BackendState
impl RefUnwindSafe for BackendState
impl Send for BackendState
impl Sync for BackendState
impl Unpin for BackendState
impl UnwindSafe for BackendState
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