pub struct AmlVerdictManualResponse {
pub success: bool,
pub message: String,
}Fields§
§success: bool§message: StringImplementations§
Source§impl AmlVerdictManualResponse
impl AmlVerdictManualResponse
pub fn new(success: bool, message: String) -> AmlVerdictManualResponse
Trait Implementations§
Source§impl Clone for AmlVerdictManualResponse
impl Clone for AmlVerdictManualResponse
Source§fn clone(&self) -> AmlVerdictManualResponse
fn clone(&self) -> AmlVerdictManualResponse
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 AmlVerdictManualResponse
impl Debug for AmlVerdictManualResponse
Source§impl Default for AmlVerdictManualResponse
impl Default for AmlVerdictManualResponse
Source§fn default() -> AmlVerdictManualResponse
fn default() -> AmlVerdictManualResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AmlVerdictManualResponse
impl<'de> Deserialize<'de> for AmlVerdictManualResponse
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 AmlVerdictManualResponse
impl PartialEq for AmlVerdictManualResponse
Source§impl Serialize for AmlVerdictManualResponse
impl Serialize for AmlVerdictManualResponse
impl StructuralPartialEq for AmlVerdictManualResponse
Auto Trait Implementations§
impl Freeze for AmlVerdictManualResponse
impl RefUnwindSafe for AmlVerdictManualResponse
impl Send for AmlVerdictManualResponse
impl Sync for AmlVerdictManualResponse
impl Unpin for AmlVerdictManualResponse
impl UnwindSafe for AmlVerdictManualResponse
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