pub struct RuntimeSpec { /* private fields */ }Expand description
A complete owned runtime specification.
Trait Implementations§
Source§impl Clone for RuntimeSpec
impl Clone for RuntimeSpec
Source§fn clone(&self) -> RuntimeSpec
fn clone(&self) -> RuntimeSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Codec for RuntimeSpec
impl Codec for RuntimeSpec
Source§fn settings(&self) -> CodecSettings
fn settings(&self) -> CodecSettings
Returns the complete validated settings value.
impl Copy for RuntimeSpec
Source§impl Debug for RuntimeSpec
impl Debug for RuntimeSpec
impl Eq for RuntimeSpec
Source§impl Hash for RuntimeSpec
impl Hash for RuntimeSpec
Source§impl PartialEq for RuntimeSpec
impl PartialEq for RuntimeSpec
impl StructuralPartialEq for RuntimeSpec
Auto Trait Implementations§
impl Freeze for RuntimeSpec
impl RefUnwindSafe for RuntimeSpec
impl Send for RuntimeSpec
impl Sync for RuntimeSpec
impl Unpin for RuntimeSpec
impl UnsafeUnpin for RuntimeSpec
impl UnwindSafe for RuntimeSpec
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