pub struct SystemMessageInfo {
pub type: Option<Type>,
pub message: Option<String>,
}
Fields§
§type: Option<Type>
§message: Option<String>
A response from Fireblocks that communicates a message about the health of the process being performed. If this object is returned with data, you should expect potential delays or incomplete transaction statuses.
Implementations§
Source§impl SystemMessageInfo
impl SystemMessageInfo
pub fn new() -> SystemMessageInfo
Trait Implementations§
Source§impl Clone for SystemMessageInfo
impl Clone for SystemMessageInfo
Source§fn clone(&self) -> SystemMessageInfo
fn clone(&self) -> SystemMessageInfo
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 SystemMessageInfo
impl Debug for SystemMessageInfo
Source§impl Default for SystemMessageInfo
impl Default for SystemMessageInfo
Source§fn default() -> SystemMessageInfo
fn default() -> SystemMessageInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemMessageInfo
impl<'de> Deserialize<'de> for SystemMessageInfo
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
Source§impl PartialEq for SystemMessageInfo
impl PartialEq for SystemMessageInfo
Source§impl Serialize for SystemMessageInfo
impl Serialize for SystemMessageInfo
impl StructuralPartialEq for SystemMessageInfo
Auto Trait Implementations§
impl Freeze for SystemMessageInfo
impl RefUnwindSafe for SystemMessageInfo
impl Send for SystemMessageInfo
impl Sync for SystemMessageInfo
impl Unpin for SystemMessageInfo
impl UnwindSafe for SystemMessageInfo
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