pub struct ConditionCodesRequest {
pub ticktype: TickType,
pub tape: Tape,
}Fields§
§ticktype: TickType§tape: TapeTrait Implementations§
Source§impl Clone for ConditionCodesRequest
impl Clone for ConditionCodesRequest
Source§fn clone(&self) -> ConditionCodesRequest
fn clone(&self) -> ConditionCodesRequest
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 ConditionCodesRequest
impl Debug for ConditionCodesRequest
Source§impl Default for ConditionCodesRequest
impl Default for ConditionCodesRequest
Source§fn default() -> ConditionCodesRequest
fn default() -> ConditionCodesRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConditionCodesRequest
impl RefUnwindSafe for ConditionCodesRequest
impl Send for ConditionCodesRequest
impl Sync for ConditionCodesRequest
impl Unpin for ConditionCodesRequest
impl UnwindSafe for ConditionCodesRequest
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