pub struct DidChain {
pub root: DidRoot,
pub chain: Vec<DidDyn>,
}Fields§
§root: DidRoot§chain: Vec<DidDyn>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DidChain
impl RefUnwindSafe for DidChain
impl Send for DidChain
impl Sync for DidChain
impl Unpin for DidChain
impl UnwindSafe for DidChain
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