pub struct GetSubscriptionsParams {
pub tenant_id: String,
pub user_id: Option<String>,
}Expand description
struct for passing parameters to the method get_subscriptions
Fields§
§tenant_id: String§user_id: Option<String>Trait Implementations§
Source§impl Clone for GetSubscriptionsParams
impl Clone for GetSubscriptionsParams
Source§fn clone(&self) -> GetSubscriptionsParams
fn clone(&self) -> GetSubscriptionsParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetSubscriptionsParams
impl RefUnwindSafe for GetSubscriptionsParams
impl Send for GetSubscriptionsParams
impl Sync for GetSubscriptionsParams
impl Unpin for GetSubscriptionsParams
impl UnwindSafe for GetSubscriptionsParams
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