pub struct PfsNodeDecoder;Trait Implementations§
Source§impl PartitionDecoder for PfsNodeDecoder
impl PartitionDecoder for PfsNodeDecoder
Auto Trait Implementations§
impl Freeze for PfsNodeDecoder
impl RefUnwindSafe for PfsNodeDecoder
impl Send for PfsNodeDecoder
impl Sync for PfsNodeDecoder
impl Unpin for PfsNodeDecoder
impl UnsafeUnpin for PfsNodeDecoder
impl UnwindSafe for PfsNodeDecoder
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