pub struct PduBuilder { /* private fields */ }Available on crate feature
alloc only.Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PduBuilder
impl RefUnwindSafe for PduBuilder
impl Send for PduBuilder
impl Sync for PduBuilder
impl Unpin for PduBuilder
impl UnwindSafe for PduBuilder
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