pub struct Dependants { /* private fields */ }
Expand description
The states that depend on this state
Trait Implementations§
Source§impl Clone for Dependants
impl Clone for Dependants
Source§fn clone(&self) -> Dependants
fn clone(&self) -> Dependants
Returns a copy 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 Dependants
impl Debug for Dependants
Source§impl Default for Dependants
impl Default for Dependants
Source§fn default() -> Dependants
fn default() -> Dependants
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dependants
impl PartialEq for Dependants
impl Eq for Dependants
impl StructuralPartialEq for Dependants
Auto Trait Implementations§
impl Freeze for Dependants
impl RefUnwindSafe for Dependants
impl Send for Dependants
impl Sync for Dependants
impl Unpin for Dependants
impl UnwindSafe for Dependants
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