pub struct GetForwardingsParams {
pub forwarding: Option<String>,
}Expand description
Parameters for Client::get_forwardings (wire method getForwardings).
Fields§
§forwarding: Option<String>Trait Implementations§
Source§impl Clone for GetForwardingsParams
impl Clone for GetForwardingsParams
Source§fn clone(&self) -> GetForwardingsParams
fn clone(&self) -> GetForwardingsParams
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 GetForwardingsParams
impl Debug for GetForwardingsParams
Source§impl Default for GetForwardingsParams
impl Default for GetForwardingsParams
Source§fn default() -> GetForwardingsParams
fn default() -> GetForwardingsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetForwardingsParams
impl RefUnwindSafe for GetForwardingsParams
impl Send for GetForwardingsParams
impl Sync for GetForwardingsParams
impl Unpin for GetForwardingsParams
impl UnsafeUnpin for GetForwardingsParams
impl UnwindSafe for GetForwardingsParams
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