pub struct UnitListReply {
pub rest: NumberParts,
pub list: Vec<NumberParts>,
}Fields§
§rest: NumberParts§list: Vec<NumberParts>Trait Implementations§
Source§impl Clone for UnitListReply
impl Clone for UnitListReply
Source§fn clone(&self) -> UnitListReply
fn clone(&self) -> UnitListReply
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 UnitListReply
impl Debug for UnitListReply
Source§impl Display for UnitListReply
impl Display for UnitListReply
Source§impl Serialize for UnitListReply
impl Serialize for UnitListReply
Auto Trait Implementations§
impl Freeze for UnitListReply
impl RefUnwindSafe for UnitListReply
impl Send for UnitListReply
impl Sync for UnitListReply
impl Unpin for UnitListReply
impl UnsafeUnpin for UnitListReply
impl UnwindSafe for UnitListReply
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