pub struct LiveSpec;Trait Implementations§
Source§impl Kind for LiveSpec
impl Kind for LiveSpec
const NAME: HashKindName = HashKindName::LiveSpec
const PROFILE: CanonicalizationProfile = CanonicalizationProfile::AreteJcsV1
const VISIBILITY: Visibility = Visibility::Public
const IDENTITY_CLASS: IdentityClass = IdentityClass::Composite
Auto Trait Implementations§
impl Freeze for LiveSpec
impl RefUnwindSafe for LiveSpec
impl Send for LiveSpec
impl Sync for LiveSpec
impl Unpin for LiveSpec
impl UnsafeUnpin for LiveSpec
impl UnwindSafe for LiveSpec
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