[][src]Struct chirpstack_api::as_pb::external::api::GetOrganizationUserRequest

pub struct GetOrganizationUserRequest {
    pub organization_id: i64,
    pub user_id: i64,
    pub unknown_fields: UnknownFields,
    pub cached_size: CachedSize,
}

Fields

organization_id: i64user_id: i64unknown_fields: UnknownFieldscached_size: CachedSize

Methods

impl GetOrganizationUserRequest[src]

pub fn new() -> GetOrganizationUserRequest[src]

pub fn get_organization_id(&self) -> i64[src]

pub fn clear_organization_id(&mut self)[src]

pub fn set_organization_id(&mut self, v: i64)[src]

pub fn get_user_id(&self) -> i64[src]

pub fn clear_user_id(&mut self)[src]

pub fn set_user_id(&mut self, v: i64)[src]

Trait Implementations

impl Clear for GetOrganizationUserRequest[src]

impl Clone for GetOrganizationUserRequest[src]

impl Debug for GetOrganizationUserRequest[src]

impl Default for GetOrganizationUserRequest[src]

impl<'a> Default for &'a GetOrganizationUserRequest[src]

impl Message for GetOrganizationUserRequest[src]

impl PartialEq<GetOrganizationUserRequest> for GetOrganizationUserRequest[src]

impl ProtobufValue for GetOrganizationUserRequest[src]

impl StructuralPartialEq for GetOrganizationUserRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.