pub struct DummyPduProvider(/* private fields */);
Trait Implementations§
Source§impl PduProvider for DummyPduProvider
impl PduProvider for DummyPduProvider
fn pdu_type(&self) -> PduType
fn file_directive_type(&self) -> Option<FileDirectiveType>
fn pdu(&self) -> &[u8] ⓘ
fn packet_target(&self) -> Result<PacketTarget, PduError>
Auto Trait Implementations§
impl Freeze for DummyPduProvider
impl RefUnwindSafe for DummyPduProvider
impl Send for DummyPduProvider
impl Sync for DummyPduProvider
impl Unpin for DummyPduProvider
impl UnwindSafe for DummyPduProvider
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