pub struct PflInputParametersProtocol;
Expand description
The protocol implementation for input parameters.
Implementations§
Trait Implementations§
Source§impl Debug for PflInputParametersProtocol
impl Debug for PflInputParametersProtocol
Source§impl Default for PflInputParametersProtocol
impl Default for PflInputParametersProtocol
Source§fn default() -> PflInputParametersProtocol
fn default() -> PflInputParametersProtocol
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PflInputParametersProtocol
impl RefUnwindSafe for PflInputParametersProtocol
impl Send for PflInputParametersProtocol
impl Sync for PflInputParametersProtocol
impl Unpin for PflInputParametersProtocol
impl UnwindSafe for PflInputParametersProtocol
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