pub struct SetForwardingResponse {
pub status: Option<String>,
pub forwarding: Option<u64>,
}Expand description
Response body for Client::set_forwarding (wire method setForwarding).
Fields§
§status: Option<String>§forwarding: Option<u64>Trait Implementations§
Source§impl Clone for SetForwardingResponse
impl Clone for SetForwardingResponse
Source§fn clone(&self) -> SetForwardingResponse
fn clone(&self) -> SetForwardingResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetForwardingResponse
impl Debug for SetForwardingResponse
Source§impl Default for SetForwardingResponse
impl Default for SetForwardingResponse
Source§fn default() -> SetForwardingResponse
fn default() -> SetForwardingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetForwardingResponse
impl<'de> Deserialize<'de> for SetForwardingResponse
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 SetForwardingResponse
impl RefUnwindSafe for SetForwardingResponse
impl Send for SetForwardingResponse
impl Sync for SetForwardingResponse
impl Unpin for SetForwardingResponse
impl UnsafeUnpin for SetForwardingResponse
impl UnwindSafe for SetForwardingResponse
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