pub struct IrohDocumentKeyFormat {
pub path: Vec<PathSegment>,
}Fields§
§path: Vec<PathSegment>Implementations§
Auto Trait Implementations§
impl Freeze for IrohDocumentKeyFormat
impl RefUnwindSafe for IrohDocumentKeyFormat
impl Send for IrohDocumentKeyFormat
impl Sync for IrohDocumentKeyFormat
impl Unpin for IrohDocumentKeyFormat
impl UnsafeUnpin for IrohDocumentKeyFormat
impl UnwindSafe for IrohDocumentKeyFormat
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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