Struct instant_epp::domain::check::Checked
source · pub struct Checked {
pub available: bool,
pub reason: Option<String>,
pub id: String,
}Fields§
§available: bool§reason: Option<String>§id: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Checked
impl Send for Checked
impl Sync for Checked
impl Unpin for Checked
impl UnwindSafe for Checked
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