pub struct SystemFunctionMetadata { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SystemFunctionMetadata
impl Clone for SystemFunctionMetadata
Source§fn clone(&self) -> SystemFunctionMetadata
fn clone(&self) -> SystemFunctionMetadata
Returns a duplicate 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 SystemFunctionMetadata
impl Debug for SystemFunctionMetadata
Source§impl Default for SystemFunctionMetadata
impl Default for SystemFunctionMetadata
Source§impl From<SystemFunctionMetadata> for SystemFunctionMetadata
impl From<SystemFunctionMetadata> for SystemFunctionMetadata
Source§fn from(value: SystemFunctionMetadata) -> Self
fn from(value: SystemFunctionMetadata) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SystemFunctionMetadata> for SystemFunctionMetadata
impl TryFrom<SystemFunctionMetadata> for SystemFunctionMetadata
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SystemFunctionMetadata) -> Result<Self, ConversionError>
fn try_from(value: SystemFunctionMetadata) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SystemFunctionMetadata
impl RefUnwindSafe for SystemFunctionMetadata
impl Send for SystemFunctionMetadata
impl Sync for SystemFunctionMetadata
impl Unpin for SystemFunctionMetadata
impl UnwindSafe for SystemFunctionMetadata
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