pub struct SplitSource { /* private fields */ }Expand description
Device-readable concatenation of a valid chain’s readable descriptors.
Trait Implementations§
Source§impl Debug for SplitSource
impl Debug for SplitSource
Source§impl ReadableBytes for SplitSource
impl ReadableBytes for SplitSource
Auto Trait Implementations§
impl !RefUnwindSafe for SplitSource
impl !Send for SplitSource
impl !Sync for SplitSource
impl !UnwindSafe for SplitSource
impl Freeze for SplitSource
impl Unpin for SplitSource
impl UnsafeUnpin for SplitSource
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