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