pub enum OfdDocType {
Ofd,
}Variants§
Ofd
Implementations§
Source§impl OfdDocType
impl OfdDocType
pub fn from_bytes(b: &[u8]) -> Result<Self, SdkError>
Source§impl OfdDocType
impl OfdDocType
Trait Implementations§
Source§impl Clone for OfdDocType
impl Clone for OfdDocType
Source§fn clone(&self) -> OfdDocType
fn clone(&self) -> OfdDocType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OfdDocType
impl Debug for OfdDocType
Source§impl Default for OfdDocType
impl Default for OfdDocType
Source§fn default() -> OfdDocType
fn default() -> OfdDocType
Returns the “default value” for a type. Read more
Source§impl Display for OfdDocType
impl Display for OfdDocType
Auto Trait Implementations§
impl Freeze for OfdDocType
impl RefUnwindSafe for OfdDocType
impl Send for OfdDocType
impl Sync for OfdDocType
impl Unpin for OfdDocType
impl UnsafeUnpin for OfdDocType
impl UnwindSafe for OfdDocType
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