pub struct PersistentDemand;Trait Implementations§
Source§impl Clone for PersistentDemand
impl Clone for PersistentDemand
Source§fn clone(&self) -> PersistentDemand
fn clone(&self) -> PersistentDemand
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 PersistentDemand
Source§impl Debug for PersistentDemand
impl Debug for PersistentDemand
Source§impl Default for PersistentDemand
impl Default for PersistentDemand
Source§fn default() -> PersistentDemand
fn default() -> PersistentDemand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PersistentDemand
impl RefUnwindSafe for PersistentDemand
impl Send for PersistentDemand
impl Sync for PersistentDemand
impl Unpin for PersistentDemand
impl UnsafeUnpin for PersistentDemand
impl UnwindSafe for PersistentDemand
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