pub struct StrategyChoice {
pub name: Name,
pub strategy: Name,
}Expand description
NFD StrategyChoice dataset entry (TLV type 0x80).
Returned by strategy-choice/list.
Fields§
§name: Name§strategy: NameImplementations§
Trait Implementations§
Source§impl Clone for StrategyChoice
impl Clone for StrategyChoice
Source§fn clone(&self) -> StrategyChoice
fn clone(&self) -> StrategyChoice
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 moreAuto Trait Implementations§
impl !Freeze for StrategyChoice
impl RefUnwindSafe for StrategyChoice
impl Send for StrategyChoice
impl Sync for StrategyChoice
impl Unpin for StrategyChoice
impl UnwindSafe for StrategyChoice
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