pub struct AbiOptions {
pub program_metadata: ProgramMetadata,
}Fields§
§program_metadata: ProgramMetadataTrait Implementations§
Source§impl Clone for AbiOptions
impl Clone for AbiOptions
Source§fn clone(&self) -> AbiOptions
fn clone(&self) -> AbiOptions
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 AbiOptions
impl Debug for AbiOptions
Source§impl Default for AbiOptions
impl Default for AbiOptions
Source§fn default() -> AbiOptions
fn default() -> AbiOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AbiOptions
impl<'de> Deserialize<'de> for AbiOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AbiOptions
impl RefUnwindSafe for AbiOptions
impl Send for AbiOptions
impl Sync for AbiOptions
impl Unpin for AbiOptions
impl UnsafeUnpin for AbiOptions
impl UnwindSafe for AbiOptions
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