pub struct OtherRecipientInfo {
pub ori_type: Oid,
pub ori_value: Option<()>,
}
Fields§
§ori_type: Oid
§ori_value: Option<()>
Trait Implementations§
Source§impl Clone for OtherRecipientInfo
impl Clone for OtherRecipientInfo
Source§fn clone(&self) -> OtherRecipientInfo
fn clone(&self) -> OtherRecipientInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OtherRecipientInfo
impl Debug for OtherRecipientInfo
Source§impl PartialEq for OtherRecipientInfo
impl PartialEq for OtherRecipientInfo
impl Eq for OtherRecipientInfo
impl StructuralPartialEq for OtherRecipientInfo
Auto Trait Implementations§
impl !Freeze for OtherRecipientInfo
impl RefUnwindSafe for OtherRecipientInfo
impl Send for OtherRecipientInfo
impl Sync for OtherRecipientInfo
impl Unpin for OtherRecipientInfo
impl UnwindSafe for OtherRecipientInfo
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
)