pub struct PortOpt(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Entity for PortOpt
impl Entity for PortOpt
const NAME: &'static str = "PortOpt"
type Builder = PortOptBuilder
fn new_unchecked(data: Bytes) -> PortOpt
fn as_bytes(&self) -> Bytes
fn as_slice(&self) -> &[u8] ⓘ
fn from_slice(slice: &[u8]) -> Result<PortOpt, VerificationError>
fn from_compatible_slice(slice: &[u8]) -> Result<PortOpt, VerificationError>
fn new_builder() -> <PortOpt as Entity>::Builder
fn as_builder(self) -> <PortOpt as Entity>::Builder
Auto Trait Implementations§
impl !Freeze for PortOpt
impl RefUnwindSafe for PortOpt
impl Send for PortOpt
impl Sync for PortOpt
impl Unpin for PortOpt
impl UnwindSafe for PortOpt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)