pub struct AdviceType1 {
pub cdt_advc: Option<AdviceType1Choice>,
pub dbt_advc: Option<AdviceType1Choice>,
}Fields§
§cdt_advc: Option<AdviceType1Choice>§dbt_advc: Option<AdviceType1Choice>Implementations§
Source§impl AdviceType1
impl AdviceType1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AdviceType1
impl RefUnwindSafe for AdviceType1
impl Send for AdviceType1
impl Sync for AdviceType1
impl Unpin for AdviceType1
impl UnwindSafe for AdviceType1
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