pub struct ReceivedQueue {
pub max_qts: i32,
}Fields§
§max_qts: i32Trait Implementations§
Source§impl Clone for ReceivedQueue
impl Clone for ReceivedQueue
Source§fn clone(&self) -> ReceivedQueue
fn clone(&self) -> ReceivedQueue
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 ReceivedQueue
impl Debug for ReceivedQueue
Source§impl Identifiable for ReceivedQueue
impl Identifiable for ReceivedQueue
Source§const CONSTRUCTOR_ID: u32 = 1_436_924_774u32
const CONSTRUCTOR_ID: u32 = 1_436_924_774u32
The unique identifier for the type.
Source§impl PartialEq for ReceivedQueue
impl PartialEq for ReceivedQueue
Source§impl RemoteCall for ReceivedQueue
impl RemoteCall for ReceivedQueue
Source§impl Serializable for ReceivedQueue
impl Serializable for ReceivedQueue
impl StructuralPartialEq for ReceivedQueue
Auto Trait Implementations§
impl Freeze for ReceivedQueue
impl RefUnwindSafe for ReceivedQueue
impl Send for ReceivedQueue
impl Sync for ReceivedQueue
impl Unpin for ReceivedQueue
impl UnwindSafe for ReceivedQueue
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