pub struct GetQueueCount200Response {
pub database_length: i32,
pub suspended: Option<i32>,
}
Fields§
§database_length: i32
§suspended: Option<i32>
Implementations§
Source§impl GetQueueCount200Response
impl GetQueueCount200Response
pub fn new(database_length: i32) -> GetQueueCount200Response
Trait Implementations§
Source§impl Clone for GetQueueCount200Response
impl Clone for GetQueueCount200Response
Source§fn clone(&self) -> GetQueueCount200Response
fn clone(&self) -> GetQueueCount200Response
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 moreSource§impl Debug for GetQueueCount200Response
impl Debug for GetQueueCount200Response
Source§impl Default for GetQueueCount200Response
impl Default for GetQueueCount200Response
Source§fn default() -> GetQueueCount200Response
fn default() -> GetQueueCount200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetQueueCount200Response
impl<'de> Deserialize<'de> for GetQueueCount200Response
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
Source§impl PartialEq for GetQueueCount200Response
impl PartialEq for GetQueueCount200Response
Source§impl Serialize for GetQueueCount200Response
impl Serialize for GetQueueCount200Response
impl StructuralPartialEq for GetQueueCount200Response
Auto Trait Implementations§
impl Freeze for GetQueueCount200Response
impl RefUnwindSafe for GetQueueCount200Response
impl Send for GetQueueCount200Response
impl Sync for GetQueueCount200Response
impl Unpin for GetQueueCount200Response
impl UnwindSafe for GetQueueCount200Response
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