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