pub struct SieveScriptValidateResponse { /* private fields */ }
Implementations§
Source§impl SieveScriptValidateResponse
impl SieveScriptValidateResponse
pub fn unwrap_error(self) -> Result<()>
Trait Implementations§
Source§impl Debug for SieveScriptValidateResponse
impl Debug for SieveScriptValidateResponse
Source§impl<'de> Deserialize<'de> for SieveScriptValidateResponse
impl<'de> Deserialize<'de> for SieveScriptValidateResponse
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 SieveScriptValidateResponse
impl RefUnwindSafe for SieveScriptValidateResponse
impl Send for SieveScriptValidateResponse
impl Sync for SieveScriptValidateResponse
impl Unpin for SieveScriptValidateResponse
impl UnwindSafe for SieveScriptValidateResponse
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